mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14: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
|
@ -75,7 +75,7 @@ namespace sprout {
|
|||
template<typename T>
|
||||
inline SPROUT_CONSTEXPR T&&
|
||||
throw_recursive_function_template_instantiation_exeeded(T&& t) {
|
||||
return throw sprout::recursive_function_template_instantiation_exeeded(), sprout::forward<T>(t);
|
||||
return throw sprout::recursive_function_template_instantiation_exeeded(), SPROUT_FORWARD(T, t);
|
||||
}
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue