ScalarTypeID mapping fixed in case 'int' == 'long', e.g. RTEMS-i386

This commit is contained in:
Matej Sekoranja
2014-11-05 13:52:10 +01:00
parent 80e1dfd142
commit 554dc06eda
4 changed files with 53 additions and 50 deletions

View File

@@ -1153,7 +1153,7 @@ epicsShareExtern FieldCreatePtr getFieldCreate();
* value (eg -1).
*/
template<typename T>
struct ScalarTypeID { enum {value=-1}; };
struct ScalarTypeID {};
/**
* Static mapping from ScalarType enum to value type.