BOOST_ prefix include guard macro

This commit is contained in:
Glen Fernandes
2019-12-18 08:40:35 -05:00
parent 3a8728a595
commit fdcd8439c0

View File

@ -5,8 +5,8 @@
// See http://www.boost.org/libs/utility/shared_container_iterator.html for documentation. // See http://www.boost.org/libs/utility/shared_container_iterator.html for documentation.
#ifndef SHARED_CONTAINER_ITERATOR_RG08102002_HPP #ifndef BOOST_SHARED_CONTAINER_ITERATOR_HPP
#define SHARED_CONTAINER_ITERATOR_RG08102002_HPP #define BOOST_SHARED_CONTAINER_ITERATOR_HPP
#include "boost/iterator_adaptors.hpp" #include "boost/iterator_adaptors.hpp"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"
@ -66,4 +66,4 @@ using iterators::make_shared_container_range;
} // namespace boost } // namespace boost
#endif // SHARED_CONTAINER_ITERATOR_RG08102002_HPP #endif