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:
@@ -8,5 +8,6 @@
|
||||
//
|
||||
|
||||
#include <boost/assert/source_location.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#include <boost/json.hpp>
|
||||
#include <boost/json/src.hpp>
|
||||
|
||||
Reference in New Issue
Block a user