fix include guard

This commit is contained in:
bolero-MURAKAMI 2013-08-07 17:09:07 +09:00
parent c0589d9925
commit ddccff51e6

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP #ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP
#define SPROUT_RANGE_ADAPTOR_BLANKED_HPP #define SPROUT_RANGE_ADAPTOR_FILLED_HPP
#include <type_traits> #include <type_traits>
#include <sprout/config.hpp> #include <sprout/config.hpp>
@ -109,4 +109,4 @@ namespace sprout {
{}; {};
} // namespace sprout } // namespace sprout
#endif // #ifndef SPROUT_RANGE_ADAPTOR_BLANKED_HPP #endif // #ifndef SPROUT_RANGE_ADAPTOR_FILLED_HPP