#ifndef BHO_DESCRIBE_DETAIL_LIST_HPP_INCLUDED #define BHO_DESCRIBE_DETAIL_LIST_HPP_INCLUDED // Copyright 2020 Peter Dimov // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt #include #if defined(BHO_DESCRIBE_CXX11) namespace bho { namespace describe { namespace detail { template struct list {}; } // namespace detail } // namespace describe } // namespace bho #endif // defined(BHO_DESCRIBE_CXX11) #endif // #ifndef BHO_DESCRIBE_DETAIL_LIST_HPP_INCLUDED