mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-11 07:56:08 -06:00
Fwk : Remove obsolete helper template
This commit is contained in:
parent
7a0bfd4917
commit
e1c1342957
@ -5,21 +5,3 @@
|
||||
#include "cafPdmDataValueField.h"
|
||||
#undef PdmDataValueField
|
||||
#undef CAF_IS_DEFINING_PDM_FIELD
|
||||
|
||||
#ifndef __clang__
|
||||
namespace caf
|
||||
{
|
||||
// Specialization to create compiler errors to help finding the PdmField's to rename
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
template <typename DataType>
|
||||
class PdmField<DataType*> : public Rename_PdmField_of_pointer_to_PdmChildField // You must rename PdmField<T*> to
|
||||
// PdmChildField<T*>
|
||||
{
|
||||
};
|
||||
|
||||
#endif // WIN32
|
||||
|
||||
} // namespace caf
|
||||
#endif // __clang__
|
||||
|
Loading…
Reference in New Issue
Block a user