aliases_undef.hpp 423 B

12345678910111213141516
  1. // (C) Copyright Tobias Schwinger
  2. //
  3. // Use modification and distribution are subject to the boost Software License,
  4. // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
  5. //------------------------------------------------------------------------------
  6. // no include guards, this file is intended for multiple inclusions
  7. #undef callable_builtin
  8. #undef member
  9. #undef non_member
  10. #undef variadic
  11. #undef non_variadic