Last bit of P0006; mark it as complete
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@254290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -20,6 +20,10 @@ test()
|
||||
{
|
||||
static_assert((std::is_base_of<std::is_floating_point<T>,
|
||||
std::chrono::treat_as_floating_point<T> >::value), "");
|
||||
#if TEST_STD_VER > 14
|
||||
static_assert((std::is_base_of<std::is_floating_point<T>,
|
||||
std::chrono::treat_as_floating_point_v<T> >), "");
|
||||
#endif
|
||||
}
|
||||
|
||||
struct A {};
|
||||
|
||||
Reference in New Issue
Block a user