소스 검색

Replace noexcept with proper macro

Aaron Gokaslan 4 년 전
부모
커밋
b17c2f29e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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