../../testApp/pv/testPVData.cpp:549:14: error: use of overloaded operator '!='
is ambiguous (with operand types 'PVIntPtr' (aka 'shared_ptr<PVInt>') and
'long')
testOk1(a!=NULL);
~^ ~~~~
If there's a better (more standard C++) solution I'd be happy to hear it.
If there's a better (more standard C++) solution I'd be happy to hear it.