Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / test / detail_large_int_test.cpp
index f777af9..7e50fce 100644 (file)
@@ -54,7 +54,7 @@ int main() {
     BOOST_TEST_EQ(c, 255);
   }
 
-  const auto vmax = std::numeric_limits<std::uint64_t>::max();
+  const auto vmax = (std::numeric_limits<std::uint64_t>::max)();
 
   // ctors, assign
   {