diff --git a/example/doc_custom_deque.cpp b/example/doc_custom_deque.cpp index 1aca7d5..9f30807 100644 --- a/example/doc_custom_deque.cpp +++ b/example/doc_custom_deque.cpp @@ -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); diff --git a/example/doc_custom_devector.cpp b/example/doc_custom_devector.cpp index 65a6c4d..bf5f85a 100644 --- a/example/doc_custom_devector.cpp +++ b/example/doc_custom_devector.cpp @@ -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); //-------------------------------------------- diff --git a/example/doc_custom_segmented_vector.cpp b/example/doc_custom_segmented_vector.cpp index 5246f0e..5fb32c1 100644 --- a/example/doc_custom_segmented_vector.cpp +++ b/example/doc_custom_segmented_vector.cpp @@ -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); diff --git a/example/doc_custom_string.cpp b/example/doc_custom_string.cpp index 37ec43c..a6b9739 100644 --- a/example/doc_custom_string.cpp +++ b/example/doc_custom_string.cpp @@ -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);