cgal/STL_Extension/doc/STL_Extension/CGAL/memory.h

12 lines
265 B
C++

#include <memory>
/**
* \ingroup PkgSTLExtensionRef
*
* A define for the allocator used by %CGAL. This is only defined if
* there is no user defined version before `memory.h` is included
* the first time.
*
*/
#define CGAL_ALLOCATOR(T) std::allocator< T >