2
0
mirror of https://github.com/boostorg/json.git synced 2026-02-13 00:22:21 +00:00

Don't check Boost version

The library was checking if Boost version is not below 1.73. This is an
artifact of pre-inclusion to Boost times. Currently in non-standalone mode the
library is only supported in Boost versions it is included with, so the
check is unnecessary. Moreso, the check caused errors when standalone
library was used alongside Boost.
This commit is contained in:
Dmitry Arkhipov
2021-01-26 09:44:15 +03:00
parent 2e876dd250
commit f52b56d39d
3 changed files with 7 additions and 10 deletions

View File

@@ -8,5 +8,6 @@
//
#include <boost/assert/source_location.hpp>
#include <boost/version.hpp>
#include <boost/json.hpp>
#include <boost/json/src.hpp>