win32: new operators were missing exports

This commit is contained in:
Matej Sekoranja
2015-02-11 15:41:12 +01:00
parent cf030bc711
commit bb505b8ed9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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 */