mirror of
https://github.com/boostorg/json.git
synced 2026-02-02 21:02:18 +00:00
close #354 gcc 8.3 does not ship with the memory_resource header, but ships with experimental/memory_resource This header is required to use json without boost. Since gcc 8.3 is what’s include in debian stable, it can be expected that it will benefit many users to fallback on experimental/memory_resource if possible. Signed-off-by: Julien Blanc <julien.blanc@tgcm.eu>