Align code braces for documentation c

This commit is contained in:
Ion Gaztañaga
2026-02-05 23:55:29 +01:00
parent cd0387b5fc
commit da8fc460c2
4 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ int main ()
#endif //BOOST_NO_EXCEPTIONS
/*->*/
//=try { size_optimized_string_t v(127, 'a'); }
//=catch(...){ exception_thrown = true; }
//=catch(...){ exception_thrown = true; }
assert(exception_thrown == true);