Skip to content

Commit

Permalink
Disable test for lexical_cast implementation details
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Apr 22, 2024
1 parent fdc1f23 commit e993e48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/test_lexical_cast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <tuple>

#if 0
namespace test_throw {

#ifdef _MSC_VER
Expand Down Expand Up @@ -230,6 +231,8 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(

} // namespace test_throw

#endif

BOOST_AUTO_TEST_CASE(test_lexical_cast_result)
{
BOOST_CHECK_EQUAL(lexical_cast<std::string>(true), "1");
Expand Down

0 comments on commit e993e48

Please sign in to comment.