summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp')
-rw-r--r--src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp b/src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp
new file mode 100644
index 000000000..84db6e4d0
--- /dev/null
+++ b/src/boost/libs/config/checks/std/cpp_lib_char8_t_20.cpp
@@ -0,0 +1,32 @@
+// This file was automatically generated on Mon Dec 09 09:47:37 2019
+// by libs/config/tools/generate.cpp
+// Copyright John Maddock 2002-4.
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+// See http://www.boost.org/libs/config for the most recent version.//
+// Revision $Id$
+//
+
+#ifdef __has_include
+#if __has_include(<version>)
+#include <version>
+#endif
+#endif
+
+#include <atomic>
+
+#ifndef __cpp_lib_char8_t
+#error "Macro << __cpp_lib_char8_t is not set"
+#endif
+
+#if __cpp_lib_char8_t < 201811
+#error "Macro __cpp_lib_char8_t had too low a value"
+#endif
+
+int main( int, char *[] )
+{
+ return 0;
+}
+