POCO Net build fails with clang-cl 6.00 on Windows #2428

This commit is contained in:
Alex Fabijanic
2018-08-15 12:26:24 -05:00
parent e6b5288735
commit d69c5b64de
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
namespace Poco {
#if defined(_MSC_VER)
#if defined(POCO_COMPILER_MSVC)
#define POCO_TYPEWRAPPER_DEFAULTVALUE(T) TypeWrapper<T>::TYPE()
#else
#define POCO_TYPEWRAPPER_DEFAULTVALUE(T) typename TypeWrapper<T>::TYPE()