Skip to content
Snippets Groups Projects
  1. Oct 28, 2015
    • kwolekr's avatar
      Add STATIC_ASSERT() macro and use it · 688556a5
      kwolekr authored
      688556a5
    • kwolekr's avatar
      Add DISABLE_CLASS_COPY macro (and use it) · c56d7fe0
      kwolekr authored
      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.
      c56d7fe0
  2. Oct 27, 2015
  3. Oct 26, 2015
  4. Oct 25, 2015
  5. Oct 24, 2015
  6. Oct 23, 2015
  7. Oct 22, 2015
  8. Oct 19, 2015
  9. Oct 18, 2015
Loading