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
|
@ -30,7 +30,7 @@ namespace sprout {
|
|||
public:
|
||||
template<typename... As>
|
||||
explicit SPROUT_CONSTEXPR expr(As&&... args)
|
||||
: args_(sprout::forward<As>(args)...)
|
||||
: args_(SPROUT_FORWARD(As, args)...)
|
||||
{}
|
||||
SPROUT_CONSTEXPR args_type const& args() const {
|
||||
return args_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue