mirror of
https://github.com/boostorg/test.git
synced 2026-02-02 21:22:10 +00:00
Fixes GH-209. A new helper meta-function has been added to check if the type under test is complete or not. Incomplete types cannot be used with std::numeric_limits. The newly added test cannot be run on pre C++11 because of the limited BOOST_TEST support (unrelated to the std::numeric_limits issue).