• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2005-2007 Adobe Systems Incorporated
3 //
4 // Distributed under the Boost Software License, Version 1.0
5 // See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt
7 //
8 #ifndef BOOST_GIL_CONCEPTS_DETAIL_UTILITY_HPP
9 #define BOOST_GIL_CONCEPTS_DETAIL_UTILITY_HPP
10 
11 namespace boost { namespace gil { namespace detail {
12 
13 // TODO: Remove, replace with ignore_unised?
14 template <typename T>
initialize_it(T &)15 void initialize_it(T&) {}
16 
17 }}} // namespace boost::gil::detail
18 
19 #endif
20