Separated adaptor functions' definitions and declarations.

This commit is contained in:
Takatoshi Kondo
2014-10-15 17:32:15 +09:00
parent 4c00f448aa
commit db8578a62b
60 changed files with 5994 additions and 191 deletions

View File

@@ -19,7 +19,7 @@
#define MSGPACK_TYPE_BOOL_HPP
#include "msgpack/versioning.hpp"
#include "msgpack_forward.hpp"
#include "msgpack_fwd.hpp"
#include <vector>
namespace msgpack {
@@ -55,4 +55,4 @@ inline void operator<< (object::with_zone& o, bool v)
} // namespace msgpack
#endif /* msgpack/type/bool.hpp */
#endif // MSGPACK_TYPE_BOOL_HPP