// Copyright 2017 Daniel Parkerstd // Distributed under the Boost license, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See https://github.com/danielaparker/jsoncons for latest version #ifndef JSONCONS_CBOR_CBOR_HPP #define JSONCONS_CBOR_CBOR_HPP #include #include #include #include // std::enable_if #include // std::basic_istream #include #include #include #include #include #include #include #include #endif