Ticket #1954: collection_traits.patch

File collection_traits.patch, 599 bytes (added by Beckmann.Maik@…, 14 years ago)
  • boost/boost/serialization/collection_traits.hpp

     
    2929#include <boost/cstdint.hpp>
    3030#include <boost/serialization/level.hpp>
    3131
     32#include <climits> // ULONG_MAX
     33
    3234#define BOOST_SERIALIZATION_COLLECTION_TRAITS_HELPER(T, C)          \
    3335template<>                                                          \
    3436struct implementation_level< C < T > > {                            \