Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:36:54

0001 //
0002 // Copyright 2005-2007 Adobe Systems Incorporated
0003 //
0004 // Distributed under the Boost Software License, Version 1.0
0005 // See accompanying file LICENSE_1_0.txt or copy at
0006 // http://www.boost.org/LICENSE_1_0.txt
0007 //
0008 #ifndef BOOST_GIL_CONCEPTS_DETAIL_UTILITY_HPP
0009 #define BOOST_GIL_CONCEPTS_DETAIL_UTILITY_HPP
0010 
0011 namespace boost { namespace gil { namespace detail {
0012 
0013 // TODO: Remove, replace with ignore_unised?
0014 template <typename T>
0015 void initialize_it(T&) {}
0016 
0017 }}} // namespace boost::gil::detail
0018 
0019 #endif