cpp_lib_concepts_20.cpp 757 B

1234567891011121314151617181920212223242526272829303132
  1. // This file was automatically generated on Fri Aug 23 11:11:12 2019
  2. // by libs/config/tools/generate.cpp
  3. // Copyright John Maddock 2002-4.
  4. // Use, modification and distribution are subject to the
  5. // Boost Software License, Version 1.0. (See accompanying file
  6. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. // See http://www.boost.org/libs/config for the most recent version.//
  8. // Revision $Id$
  9. //
  10. #ifdef __has_include
  11. #if __has_include(<version>)
  12. #include <version>
  13. #endif
  14. #endif
  15. #include <concepts>
  16. #ifndef __cpp_lib_concepts
  17. #error "Macro << __cpp_lib_concepts is not set"
  18. #endif
  19. #if __cpp_lib_concepts < 201806
  20. #error "Macro __cpp_lib_concepts had too low a value"
  21. #endif
  22. int main( int, char *[] )
  23. {
  24. return 0;
  25. }