mirror of
https://github.com/boostorg/leaf.git
synced 2026-02-10 23:42:20 +00:00
Support FreeRTOS ond for other TLS array APIs
This commit is contained in:
@@ -39,7 +39,7 @@ void test( G && g )
|
||||
[]( info<42> const & i42, leaf::diagnostic_info const & di )
|
||||
{
|
||||
BOOST_TEST_EQ(i42.value, 42);
|
||||
#ifndef BOOST_LEAF_DISABLE_STD_STRING
|
||||
#if BOOST_LEAF_USE_STD_STRING
|
||||
std::stringstream ss; ss << di;
|
||||
std::string s = ss.str();
|
||||
std::cout << s;
|
||||
|
||||
Reference in New Issue
Block a user