1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add const_reference_cast

This commit is contained in:
bolero-MURAKAMI 2016-04-19 09:05:41 +09:00
parent 8efb1a3748
commit bd2194e331
11 changed files with 215 additions and 26 deletions

View file

@ -13,5 +13,7 @@
#include <sprout/iterator/prev.hpp>
#include <sprout/iterator/distance.hpp>
#include <sprout/iterator/advance.hpp>
#include <sprout/iterator/const_iterator_cast.hpp>
#include <sprout/iterator/const_reference_cast.hpp>
#endif // #ifndef SPROUT_ITERATOR_OPERATION_HPP