#include <casacore/casa/config.h>
#include <casacore/casa/aips.h>
#include <casacore/casa/Utilities/DataType.h>
#include <casacore/casa/Arrays/ArrayFwd.h>
#include <cstdlib>
#include <memory>
#include <new>
#include <typeinfo>
#include <type_traits>
Go to the source code of this file.
|
| casacore |
| this file contains all the compiler specific defines
|
|
|
template<typename T , size_t ALIGNMENT> |
bool | casacore::operator== (const casacore_allocator< T, ALIGNMENT > &, const casacore_allocator< T, ALIGNMENT > &) |
|
template<typename T , size_t ALIGNMENT> |
bool | casacore::operator!= (const casacore_allocator< T, ALIGNMENT > &, const casacore_allocator< T, ALIGNMENT > &) |
|
template<typename T > |
bool | casacore::operator== (const new_del_allocator< T > &, const new_del_allocator< T > &) |
|
template<typename T > |
bool | casacore::operator!= (const new_del_allocator< T > &, const new_del_allocator< T > &) |
|
#define CASA_DEFAULT_ALIGNMENT |