Clang : Avoid special template helper on Windows

This commit is contained in:
Magne Sjaastad 2018-02-10 18:04:25 +01:00
parent 13606f0295
commit 2ff5842f28

View File

@ -6,6 +6,7 @@
#undef PdmDataValueField
#undef CAF_IS_DEFINING_PDM_FIELD
#ifndef __clang__
namespace caf
{
@ -18,6 +19,7 @@ namespace caf
{
};
#endif
#endif // WIN32
}
#endif // __clang__