1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +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) {
return reverse_words_impl(val, sizeof(T));
}
}
} // namespace detail
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3620.pdf
// template<>