]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/karma/real3.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / spirit / test / karma / real3.cpp
index dc8435f819a6d28679cec9bf08eb2ece6a4850a7..0d0ff996e428c43d82acb81da493c13775522cd7 100644 (file)
@@ -175,6 +175,10 @@ int main()
     }
 #endif
 
+    // test for denormalized numbers
+    {
+        BOOST_TEST(test("4.941e-324", double_, std::numeric_limits<double>::denorm_min()));
+    }
     return boost::report_errors();
 }