]> gcc.gnu.org Git - gcc.git/blobdiff - libstdc++-v3/libsupc++/cxxabi.h
Implement P0012R1, Make exception specifications part of the type system.
[gcc.git] / libstdc++-v3 / libsupc++ / cxxabi.h
index f4b8f75fd18015a668f73b8e00a41755e5d1007a..7f1bd996a352c890509a84c42b8358121b4e8304 100644 (file)
@@ -279,7 +279,8 @@ namespace __cxxabiv1
        __restrict_mask = 0x4,
        __incomplete_mask = 0x8,
        __incomplete_class_mask = 0x10,
-       __transaction_safe_mask = 0x20
+       __transaction_safe_mask = 0x20,
+       __noexcept_mask = 0x40
       };
 
   protected:
This page took 0.025092 seconds and 5 git commands to generate.