attempt to fix win64 linking error

This commit is contained in:
Michael Davidsaver
2017-10-05 10:39:47 +02:00
parent 9b1e789e62
commit 9aeb4f2a96

View File

@@ -399,6 +399,7 @@ struct ScalarStorageOps<std::string> {
ScalarStorageOps(): value(), maxLength(0) {} // initialized in PVString::PVString
};
template<> struct ScalarStorageOps<AnyScalar> {};
} // namespace detail
/**