From 31802a8bdee7d3603389542107526124d10fe8fa Mon Sep 17 00:00:00 2001 From: Daniel Damiani Date: Wed, 3 Jul 2019 18:41:01 -0700 Subject: [PATCH] Added additional explicit template instantiations to fix build problems on macos with c+11 --- src/factory/PVDataCreateFactory.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/factory/PVDataCreateFactory.cpp b/src/factory/PVDataCreateFactory.cpp index 41e1534..5ed5b90 100644 --- a/src/factory/PVDataCreateFactory.cpp +++ b/src/factory/PVDataCreateFactory.cpp @@ -758,6 +758,18 @@ template class PVScalarValue; template class PVScalarValue; template class PVScalarValue; template class PVScalarValue; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; +template class PVValueArray; }} // namespace epics::pvData