mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
Final cleanup
This commit is contained in:
parent
c336acd0b6
commit
c15d163e94
1 changed files with 1 additions and 1 deletions
|
@ -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<>
|
||||
|
|
Loading…
Reference in a new issue