1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00

Final cleanup

This commit is contained in:
Chris Kay 2014-03-24 13:03:05 +00:00
parent c336acd0b6
commit c15d163e94

View file

@ -116,7 +116,7 @@ namespace sprout {
SPROUT_CONSTEXPR T reverse_words(T val) { SPROUT_CONSTEXPR T reverse_words(T val) {
return reverse_words_impl(val, sizeof(T)); return reverse_words_impl(val, sizeof(T));
} }
} } // namespace detail
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf
// template<> // template<>