another attempt to appease msvc win64

This commit is contained in:
Michael Davidsaver
2017-10-05 11:24:23 +02:00
parent 9aeb4f2a96
commit 6b0af421dd

View File

@@ -399,7 +399,6 @@ struct ScalarStorageOps<std::string> {
ScalarStorageOps(): value(), maxLength(0) {} // initialized in PVString::PVString
};
template<> struct ScalarStorageOps<AnyScalar> {};
} // namespace detail
/**
@@ -468,7 +467,7 @@ public:
put(castUnsafe<T,T1>(val));
}
FORCE_INLINE void putFrom(const AnyScalar& v) {
inline void putFrom(const AnyScalar& v) {
// the template form of putFrom() hides the base class AnyScalar overload
PVScalar::putFrom(v);
}