increase value_to coverage

This commit is contained in:
Dmitry Arkhipov 2024-10-23 22:59:25 +03:00
parent fc255cf114
commit 7b16bf74e6

View File

@ -564,6 +564,8 @@ public:
BOOST_TEST(
paths == (Paths{
"from/here", "to/there", "", "c:/" , "..", "../"}) );
BOOST_TEST_THROWS_WITH_LOCATION(
value_to<std::filesystem::path>( value(1), ctx... ));
#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
}