From b17c2f29e9472e0d345a22f831562fc23ba703fd Mon Sep 17 00:00:00 2001 From: Aaron Gokaslan Date: Tue, 22 Jun 2021 12:44:36 -0400 Subject: [PATCH] Replace noexcept with proper macro --- code/AssetLib/X3D/X3DExporter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AssetLib/X3D/X3DExporter.hpp b/code/AssetLib/X3D/X3DExporter.hpp index fc8f9a921..fefaba9f3 100644 --- a/code/AssetLib/X3D/X3DExporter.hpp +++ b/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