NoExceptDefinition.h File Reference

Definitions required by VS version lesser then 2015 to work using noexcept reserved work. More...

Go to the source code of this file.

Macros

#define _NOEXCEPT_OP(x)   noexcept(x)
 

Detailed Description

Definitions required by VS version lesser then 2015 to work using noexcept reserved work.

Definition in file NoExceptDefinition.h.

Macro Definition Documentation

◆ _NOEXCEPT_OP

#define _NOEXCEPT_OP (   x)    noexcept(x)

Definition at line 36 of file NoExceptDefinition.h.