mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Clang : Avoid special template helper on Windows
This commit is contained in:
parent
13606f0295
commit
2ff5842f28
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user