]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/debug/deque
re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and pthread...
[thirdparty/gcc.git] / libstdc++-v3 / include / debug / deque
index 79142d9ef2a4c7d5a31e83df292c191deb104fdc..6e523b882d4fb0a96b1d09da4b1109304c7574b8 100644 (file)
@@ -313,7 +313,7 @@ namespace __debug
                return iterator(_Base::erase(__first.base(), __last.base()),
                                this);
              }
-           catch (...)
+           catch(...)
              {
                this->_M_revalidate_singular();
                __throw_exception_again;