Replace noexcept with proper macro

pull/3964/head
Aaron Gokaslan 2021-06-22 12:44:36 -04:00
parent 1650868701
commit b17c2f29e9
1 changed files with 1 additions and 1 deletions

View File

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