forked from foonathan/compatibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcpp11_lang.cmake
28 lines (27 loc) · 1.21 KB
/
cpp11_lang.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright (C) 2015-2016 Jonathan Müller <[email protected]>
# This file is subject to the license terms in the LICENSE file
# found in the top-level directory of this distribution.
comp_fetch_include(cpp11_lang/alias_template)
comp_fetch_include(cpp11_lang/alignas)
comp_fetch_include(cpp11_lang/alignof)
comp_fetch_include(cpp11_lang/auto_type)
comp_fetch_include(cpp11_lang/constexpr)
comp_fetch_include(cpp11_lang/decltype)
comp_fetch_include(cpp11_lang/default_function_template_args)
comp_fetch_include(cpp11_lang/delete_fnc)
comp_fetch_include(cpp11_lang/enum_class)
comp_fetch_include(cpp11_lang/explicit_conversion_op)
comp_fetch_include(cpp11_lang/final)
comp_fetch_include(cpp11_lang/inline_namespace)
comp_fetch_include(cpp11_lang/lambdas)
comp_fetch_include(cpp11_lang/literal_op)
comp_fetch_include(cpp11_lang/noexcept)
comp_fetch_include(cpp11_lang/noreturn)
comp_fetch_include(cpp11_lang/nullptr)
comp_fetch_include(cpp11_lang/override)
comp_fetch_include(cpp11_lang/parameter_pack)
comp_fetch_include(cpp11_lang/range_for)
comp_fetch_include(cpp11_lang/right_angle_brackets)
comp_fetch_include(cpp11_lang/rvalue_ref)
comp_fetch_include(cpp11_lang/static_assert)
comp_fetch_include(cpp11_lang/thread_local)