Fix the implicit-exception-spec-mismatch warning
authorJan Vorlicek <janvorli@microsoft.com>
Mon, 25 May 2015 11:05:52 +0000 (13:05 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Tue, 26 May 2015 12:37:51 +0000 (14:37 +0200)
commit554267efce64aa1df66b1e614a8710217afb3a91
tree984d36c03111242ad7fe505097035276c953f19d
parent2e7885d43ffbae93891fac2313ac5450be661435
Fix the implicit-exception-spec-mismatch warning

Fix the warning. Since VC++ until VS2015 doesn't support the noexcept keyword,
define a NOEXCEPT macro as empty for VC++ older than VS2015 and as noexcept for others.
CMakeLists.txt
src/inc/utilcode.h
src/utilcode/clrhost_nodependencies.cpp