|
|
|||
File indexing completed on 2025-12-16 10:28:01
0001 /// \file 0002 // Range v3 library 0003 // 0004 // Copyright Eric Niebler 2013-present 0005 // 0006 // Use, modification and distribution is subject to the 0007 // Boost Software License, Version 1.0. (See accompanying 0008 // file LICENSE_1_0.txt or copy at 0009 // http://www.boost.org/LICENSE_1_0.txt) 0010 // 0011 // Project home: https://github.com/ericniebler/range-v3 0012 // 0013 0014 #ifndef RANGES_V3_UTILITY_SEMIREGULAR_HPP 0015 #define RANGES_V3_UTILITY_SEMIREGULAR_HPP 0016 0017 #include <range/v3/detail/config.hpp> 0018 RANGES_DEPRECATED_HEADER( 0019 "This header is deprecated. Please #include <range/v3/utility/semiregular_box.hpp> " 0020 "instead.") 0021 0022 #include <range/v3/utility/semiregular_box.hpp> 0023 0024 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|