// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_BINDING_INHERIT_HPP #define TAO_JSON_BINDING_INHERIT_HPP namespace tao::json::binding { template< typename T > struct inherit; } // namespace tao::json::binding #endif