Mark is_final as a C++14 feature.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@202991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#if __cplusplus >= 201103L
|
||||
#if _LIBCPP_STD_VER > 11
|
||||
|
||||
struct P final { };
|
||||
union U1 { };
|
||||
|
Reference in New Issue
Block a user