mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 16:42:09 +02:00
added include guards
[SVN r12517]
This commit is contained in:
@ -5,6 +5,9 @@
|
|||||||
// to its suitability for any purpose.
|
// to its suitability for any purpose.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#ifndef boost_permutation_iterator_hpp
|
||||||
|
#define boost_permutation_iterator_hpp
|
||||||
|
|
||||||
#include <boost/iterator_adaptors.hpp>
|
#include <boost/iterator_adaptors.hpp>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
@ -64,3 +67,6 @@ namespace boost {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
#endif // boost_permutation_iterator_hpp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user