2
0
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:
Emil Dotchevski
2022-01-05 17:30:30 -08:00
parent 996edca175
commit 394d6d7762
64 changed files with 906 additions and 305 deletions

View File

@@ -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;