mirror of
https://github.com/boostorg/container.git
synced 2026-02-23 03:32:14 +00:00
Align code braces for documentation c
This commit is contained in:
@@ -43,7 +43,7 @@ int main ()
|
||||
#endif //BOOST_NO_EXCEPTIONS
|
||||
/*->*/
|
||||
//=try { size_optimized_deque_t v(256); }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
|
||||
assert(exception_thrown == true);
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ int main ()
|
||||
#endif //BOOST_NO_EXCEPTIONS
|
||||
/*->*/
|
||||
//=try { size_optimized_devector_t v(256); }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
assert(exception_thrown == true);
|
||||
|
||||
//--------------------------------------------
|
||||
|
||||
@@ -43,7 +43,7 @@ int main ()
|
||||
#endif //BOOST_NO_EXCEPTIONS
|
||||
/*->*/
|
||||
//=try { size_optimized_segmented_vector_t v(256); }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
//=catch(...){ exception_thrown = true; }
|
||||
|
||||
assert(exception_thrown == true);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user