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

#define _NOEXCEPT_OP (   x)    noexcept(x)