add sprout::data() non-member function

This commit is contained in:
bolero-MURAKAMI 2014-07-12 21:37:49 +09:00
parent c995ffd177
commit 66cea44736
4 changed files with 125 additions and 0 deletions

View file

@ -17,5 +17,6 @@
#include <sprout/container/front.hpp>
#include <sprout/container/back.hpp>
#include <sprout/container/at.hpp>
#include <sprout/container/data.hpp>
#endif // #ifndef SPROUT_CONTAINER_RANGE_FUNCTIONS_HPP