Closed paroj closed 7 years ago
Hi Pavel,
Report has been fixed: https://abi-laboratory.pro/tracker/timeline/ogre/
The library is compiled with default OGRE_USE_STD11=FALSE. The issue has been caused by mulfunction of the abi-dumper tool.
Thank you.
thanks :+1:
A new compile option OGRE_USE_STD11 was recently introduced to Ogre, which defaults to FALSE in CMake. However the abi tracker seems to assume it to be set - using std::shared_ptr instead of Ogre::SharedPtr
On the other hand it sees Ogre::AtomicScalar instead of std::atomic here.
It seems like the build settings are not parsed correctly/ consistently.