undef.hpp 981 B

1234567891011121314151617181920212223242526272829303132333435363738
  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 inclusion
  7. #undef BOOST_FT_type_mask
  8. #undef BOOST_FT_kind_mask
  9. #undef BOOST_FT_callable_builtin
  10. #undef BOOST_FT_non_member
  11. #undef BOOST_FT_function
  12. #undef BOOST_FT_pointer
  13. #undef BOOST_FT_reference
  14. #undef BOOST_FT_non_member_callable_builtin
  15. #undef BOOST_FT_member_pointer
  16. #undef BOOST_FT_member_function_pointer
  17. #undef BOOST_FT_member_object_pointer
  18. #undef BOOST_FT_member_object_pointer_flags
  19. #undef BOOST_FT_variadic
  20. #undef BOOST_FT_non_variadic
  21. #undef BOOST_FT_variadic_mask
  22. #undef BOOST_FT_const
  23. #undef BOOST_FT_volatile
  24. #undef BOOST_FT_default_cc
  25. #undef BOOST_FT_cc_mask
  26. #undef BOOST_FT_flags_mask
  27. #undef BOOST_FT_full_mask
  28. #undef BOOST_FT_arity_mask