summaryrefslogtreecommitdiff
path: root/src/basicmacros.h
Commit message (Collapse)AuthorAge
* Rename and move basicmacros.h to util/basic_macros.hest312015-11-02
|
* Add STATIC_ASSERT() macro and use itkwolekr2015-10-27
|
* Add DISABLE_CLASS_COPY macro (and use it)kwolekr2015-10-27
| | | | | | | | | Use this macro to disallow copying of an object using the assignment operator or copy constructor. This catches otherwise silent-but-deadly mistakes such as "ServerMap map = env->getMap();" at compile time. If so desired, it is still possible to copy a class, but it now requires an explicit call to memcpy or std::copy.
* Fix missing #includePilzAdam2015-10-27
|
* Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr2015-10-27