forked from boostorg/iterator
added copyrights
[SVN r208]
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#define BOOST_ITERATOR_CONCEPTS_HPP
|
#define BOOST_ITERATOR_CONCEPTS_HPP
|
||||||
|
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
#include <boost/iterator_categories.hpp>
|
#include <boost/iterator/iterator_categories.hpp>
|
||||||
#include <boost/type_traits/conversion_traits.hpp>
|
#include <boost/type_traits/conversion_traits.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
||||||
|
@@ -1,4 +1,10 @@
|
|||||||
#include <boost/iterator_concepts.hpp>
|
// (C) Copyright Jeremy Siek 2002. 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.
|
||||||
|
|
||||||
|
#include <boost/iterator/iterator_concepts.hpp>
|
||||||
#include <boost/operators.hpp>
|
#include <boost/operators.hpp>
|
||||||
|
|
||||||
struct new_iterator
|
struct new_iterator
|
||||||
|
Reference in New Issue
Block a user