Explorar o código

Replace noexcept with proper macro

Aaron Gokaslan %!s(int64=4) %!d(string=hai) anos
pai
achega
b17c2f29e9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/AssetLib/X3D/X3DExporter.hpp

+ 1 - 1
code/AssetLib/X3D/X3DExporter.hpp

@@ -63,7 +63,7 @@ class X3DExporter {
             // empty
         }
 
-        SAttribute(SAttribute &&rhs) noexcept :
+        SAttribute(SAttribute &&rhs) AI_NO_EXCEPT :
                 Name(rhs.Name),
                 Value(rhs.Value) {
             // empty