win32: new operators were missing exports
This commit is contained in:
@@ -1570,7 +1570,7 @@ epicsShareExtern PVDataCreatePtr getPVDataCreate();
|
||||
* stream support for pvField
|
||||
*/
|
||||
namespace std{
|
||||
std::ostream& operator<<(std::ostream& o, const epics::pvData::PVField *ptr);
|
||||
epicsShareExtern std::ostream& operator<<(std::ostream& o, const epics::pvData::PVField *ptr);
|
||||
}
|
||||
|
||||
#endif /* PVDATA_H */
|
||||
|
||||
@@ -1225,7 +1225,7 @@ struct StructureArrayHashFunction {
|
||||
* stream support for Field
|
||||
*/
|
||||
namespace std{
|
||||
std::ostream& operator<<(std::ostream& o, const epics::pvData::Field *ptr);
|
||||
epicsShareExtern std::ostream& operator<<(std::ostream& o, const epics::pvData::Field *ptr);
|
||||
}
|
||||
|
||||
#endif /* PVINTROSPECT_H */
|
||||
|
||||
Reference in New Issue
Block a user