Home
last modified time | relevance | path

Searched refs:enum_max (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp31 enum_max = std::numeric_limits<int>::max() enumerator
47 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_max))); in test()
67 assert(std::numeric_limits<int>::max() == std::to_underlying(enum_max)); in test()