Sha256: 75ead6a0d45ef6eb05032b3045bf1aeb3c36b21f75ba3b538de4b4d90b569c4e
Contents?: true
Size: 397 Bytes
Versions: 7
Compression:
Stored size: 397 Bytes
Contents
// Copyright (c) 2020-2022 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_INTERNAL_FILESYSTEM_HPP #define TAO_JSON_INTERNAL_FILESYSTEM_HPP #include <tao/pegtl/internal/filesystem.hpp> namespace tao::json::internal { namespace filesystem = pegtl::internal::filesystem; } // namespace tao::json::internal #endif
Version data entries
7 entries across 7 versions & 1 rubygems