mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add c++1y rightmost bit manipurations
This commit is contained in:
parent
56c9d52436
commit
e244ea2932
21 changed files with 560 additions and 183 deletions
|
@ -69,7 +69,7 @@ namespace sprout {
|
|||
//
|
||||
template<typename Head, typename... Tail>
|
||||
inline SPROUT_CONSTEXPR Head&&
|
||||
head_get(Head&& head, Tail&&... tail) {
|
||||
head_get(Head&& head, Tail&&...) {
|
||||
return SPROUT_FORWARD(Head, head);
|
||||
}
|
||||
} // namespace sprout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue