Replace noexcept with proper macro
parent
1650868701
commit
b17c2f29e9
|
@ -63,7 +63,7 @@ class X3DExporter {
|
|||
// empty
|
||||
}
|
||||
|
||||
SAttribute(SAttribute &&rhs) noexcept :
|
||||
SAttribute(SAttribute &&rhs) AI_NO_EXCEPT :
|
||||
Name(rhs.Name),
|
||||
Value(rhs.Value) {
|
||||
// empty
|
||||
|
|
Loading…
Reference in New Issue