cgal/Packages/STL_Extension/changes.txt

25 lines
1.1 KiB
Plaintext

//=====================================================================
// Revision History for package STL_Extension
//=====================================================================
//---------------------------------------------------------------------
// actual revision
//---------------------------------------------------------------------
DOCS: now joind into stl_extension.tex.
ALL : Added file algorithm.h.
ALL : New functions min_max_element and min/max_element_if.
DOCS: Joined with compose.tex.
TEST: Removed conditional include checks.
SRC : Removed superfluous template parameter D in operator+(D,*).
SRC : Introduced CGAL_LIMITED_ITERATOR_TRAITS_SUPPORT for MSVC.
SRC : Don't use iterator_category(...), if iterator traits are there.
SRC : Added N_step_adaptor_derived.
SRC : Fixed _Circulator_size_traits to I_Circulator_size_traits.
SRC : Removed obsolete workaround flags.
ALL : Removed line directives.
SRC : Added typedefs for types from base class that are not visible
SRC : since the base class depends on the template parameter.
SRC : (in composition classes and Random_access_value_adaptor)