OSDN Git Service

2010-02-02 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / bits / basic_string.h
index a549cf7..0b166f3 100644 (file)
@@ -743,9 +743,9 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
       void
       shrink_to_fit()
       {
-       try
+       __try
          { reserve(0); }
-       catch(...)
+       __catch(...)
          { }
       }
 #endif