mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-02 22:14:28 +02:00
@@ -148,8 +148,7 @@ struct my_string {
|
|||||||
void test_empty_zero_terminated_string()
|
void test_empty_zero_terminated_string()
|
||||||
{
|
{
|
||||||
my_string st;
|
my_string st;
|
||||||
std::string st2 = boost::lexical_cast<std::string>(st);
|
BOOST_CHECK_EQUAL(boost::lexical_cast<std::string>(st), std::string());;
|
||||||
(void)st2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unit_test::test_suite *init_unit_test_suite(int, char *[])
|
unit_test::test_suite *init_unit_test_suite(int, char *[])
|
||||||
|
Reference in New Issue
Block a user