mirror of
https://github.com/boostorg/units.git
synced 2026-01-19 04:42:15 +00:00
Merge remote-tracking branch 'origin/develop'
Update for release 1.61.0
This commit is contained in:
@@ -41,7 +41,7 @@ namespace serialization {
|
||||
|
||||
/// Boost Serialization library support for units.
|
||||
template<class Archive,class System,class Dim>
|
||||
inline void serialize(Archive& ar,boost::units::unit<Dim,System>&,const unsigned int /*version*/)
|
||||
inline void serialize(Archive& /*ar*/,boost::units::unit<Dim,System>&,const unsigned int /*version*/)
|
||||
{ }
|
||||
|
||||
/// Boost Serialization library support for quantities.
|
||||
|
||||
Reference in New Issue
Block a user