mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
POCO Net build fails with clang-cl 6.00 on Windows #2428
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user