Skip to content
Snippets Groups Projects
Commit 4a227181 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Fix Boost version check.

parent b9782771
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
#define OST_IO_CONVERT_H
// endian macros deprecated in Boost 1.68
#include <boost/version.hpp>
#if BOOST_VERSION<106800
#include <boost/detail/endian.hpp>
#ifdef BOOST_BIG_ENDIAN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment