Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef MSGPACK_ASSERT_HPP
12#define MSGPACK_ASSERT_HPP
14#if defined(MSGPACK_NO_BOOST)
17#define MSGPACK_ASSERT assert
21#include <boost/assert.hpp>
22#define MSGPACK_ASSERT BOOST_ASSERT