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
|
@ -23,7 +23,7 @@ namespace sprout {
|
|||
inline SPROUT_CONSTEXPR typename sprout::weed::traits::expr_of<Tag, Args...>::type
|
||||
make_expr(Args&&... args) {
|
||||
return typename sprout::weed::traits::expr_of<Tag, Args...>::type(
|
||||
sprout::weed::make_terminal_or_expr(sprout::forward<Args>(args))...
|
||||
sprout::weed::make_terminal_or_expr(SPROUT_FORWARD(Args, args))...
|
||||
);
|
||||
}
|
||||
} // namespace weed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue