Skip to content
Snippets Groups Projects
Commit 4cce08bc authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Add HAVE_RANGE_BASED_FOR to CMake's config.h.

parent defc931b
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,9 @@
/* Define to 1 if C++11 constexpr is supported */
#cmakedefine HAVE_CONSTEXPR 1
/* Define to 1 if C++11 range-based for is supported */
#cmakedefine HAVE_RANGE_BASED_FOR 1
/* Define to 1 if C++11 nonexcept specifier is supported */
#cmakedefine HAVE_NOEXCEPT_SPECIFIER 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment