From 4258cac90dc860aa7848ad61c6b6b6c3b5fbcf12 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 13 Jun 2003 19:42:53 +0000 Subject: [PATCH] Added new file to iterator adaptors library. [SVN r1361] --- include/boost/iterator_adaptors.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/boost/iterator_adaptors.hpp diff --git a/include/boost/iterator_adaptors.hpp b/include/boost/iterator_adaptors.hpp new file mode 100644 index 0000000..6d876e7 --- /dev/null +++ b/include/boost/iterator_adaptors.hpp @@ -0,0 +1,13 @@ +// Permission to copy, use, modify, +// sell and distribute this software is granted provided this +// copyright notice appears in all copies. This software is provided +// "as is" without express or implied warranty, and with no claim as +// to its suitability for any purpose. + +#ifndef BOOST_ITERATOR_ADAPTOR_13062003HK_HPP +#define BOOST_ITERATOR_ADAPTOR_13062003HK_HPP + +#define BOOST_ITERATOR_ADAPTORS_VERSION 0x0200 +#include + +#endif // BOOST_ITERATOR_ADAPTOR_13062003HK_HPP