Nui
feature_test.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef __has_include
4 # if __has_include(<version>)
5 # include <version>
6 # ifdef __cpp_lib_ranges
7 # ifndef NUI_HAS_STD_RANGES
8 # define NUI_HAS_STD_RANGES 1
9 # elif NUI_HAS_STD_RANGES == 0
10 # undef NUI_HAS_STD_RANGES
11 # endif
12 # endif
13 # endif
14 #endif