Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/range/v3/view_facade.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Range v3 library
0002 //
0003 //  Copyright Eric Niebler 2014-present
0004 //
0005 //  Use, modification and distribution is subject to the
0006 //  Boost Software License, Version 1.0. (See accompanying
0007 //  file LICENSE_1_0.txt or copy at
0008 //  http://www.boost.org/LICENSE_1_0.txt)
0009 //
0010 // Project home: https://github.com/ericniebler/range-v3
0011 //
0012 #ifndef RANGES_V3_OLD_VIEW_FACADE_HPP
0013 #define RANGES_V3_OLD_VIEW_FACADE_HPP
0014 
0015 #include <range/v3/detail/config.hpp>
0016 RANGES_DEPRECATED_HEADER(
0017     "This header is deprecated. Please #include <range/v3/view/facade.hpp> instead.")
0018 
0019 #include <range/v3/view/facade.hpp>
0020 
0021 #endif