
9 Feb
2015
9 Feb
'15
10:20 a.m.
2015-02-04 1:31 GMT+04:00 Merrill Cornish <merrill.cornish@earthlink.net>:
Using boost::variant with boost::serialization gives me a warning about unused type in the boost::serialization namespace:
D:/Boost/boost/serialization/variant.hpp:69:75: warning: typedef 'types' locally defined but not used [-Wunused-local-typedefs] typedef typename boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>::types types;
Thanks for reporting the issue! Created a pull request to fix that: https://github.com/boostorg/serialization/pull/8 -- Best regards, Antony Polukhin