moved boost cpp into hpp since they're supposed to be header only

This commit is contained in:
kenshi84 2016-12-20 11:51:22 +09:00
parent 66e6af89ce
commit d1d6e27ab6
8 changed files with 234 additions and 274 deletions

View file

@ -23,6 +23,8 @@
#include <boost/archive/basic_archive.hpp>
#include <boost/detail/endian.hpp>
#include <boost/archive/impl/archive_serializer_map.ipp>
namespace boost { namespace archive {
enum portable_binary_archive_flags {