Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/utility.underlying/
H A Dto_underlying.pass.cpp30 enum_min = std::numeric_limits<int>::min(), enumerator
46 ASSERT_SAME_TYPE(int, decltype(std::to_underlying(enum_min))); in test()
66 assert(std::numeric_limits<int>::min() == std::to_underlying(enum_min)); in test()