[Serialization] boost/strong_typedef.hpp vs. boost/serialization/strong_typedef.hpp
Hi folks, Does anyone know why boost/strong_typedef.hpp still exists with real content? Several years back, the version in the trunk was stubbed out: http://svn.boost.org/svn/boost/trunk/boost/strong_typedef.hpp but this change has not made it into any release. The version in serialization, however, is still being updated. Sincerely, Jonathan Jones
I believe I've removed the boost/ version from the development branch I'll double check that it's removed from master -- View this message in context: http://boost.2283326.n4.nabble.com/Serialization-boost-strong-typedef-hpp-vs... Sent from the Boost - Dev mailing list archive at Nabble.com.
I believe I've removed the boost/ version from the development branch
I'll double check that it's removed from master
To clarify, are you removing the file entirely, or stubbing it out? If you are stubbing it out, would you mind pointing me to the version you submitted so I can patch my local copy? Thanks, Jonathan Jones
Jonathan Jones wrote
I believe I've removed the boost/ version from the development branch
I'll double check that it's removed from master
To clarify, are you removing the file entirely, or stubbing it out?
I'm not sure what "stubbing it out" means. But I am removing it. So anywhere you have
#include < boost/strong_typedef.h > should be replaced with
#include < boost/serialization/strong_typedef.hpp >
-- View this message in context: http://boost.2283326.n4.nabble.com/Serialization-boost-strong-typedef-hpp-vs... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
Jonathan Jones
-
Robert Ramey