mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add SPROUT_FORWARD - workaround for ICC
This commit is contained in:
parent
7831105add
commit
274122efb2
202 changed files with 750 additions and 741 deletions
|
@ -24,7 +24,7 @@ namespace sprout {
|
|||
>::copied_type
|
||||
deep_copy(Tuple&& tup) {
|
||||
typedef typename std::remove_reference<Tuple>::type tuple_type;
|
||||
return sprout::tuples::tuple_construct_traits<tuple_type>::deep_copy(sprout::forward<Tuple>(tup));
|
||||
return sprout::tuples::tuple_construct_traits<tuple_type>::deep_copy(SPROUT_FORWARD(Tuple, tup));
|
||||
}
|
||||
} // namespace tuples
|
||||
} // namespace sprout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue