update boost
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <cstddef> // std::size_t
|
||||
namespace std{
|
||||
using ::size_t;
|
||||
namespace std{
|
||||
using ::size_t;
|
||||
} // namespace std
|
||||
#endif
|
||||
|
||||
@@ -39,7 +39,7 @@ void serialize(Archive& ar, std::array<T,N>& a, const unsigned int /* version */
|
||||
"elems",
|
||||
*static_cast<T (*)[N]>(static_cast<void *>(a.data()))
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
} } // end namespace boost::serialization
|
||||
|
||||
|
||||
Reference in New Issue
Block a user