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
|
@ -22,7 +22,7 @@ namespace sprout {
|
|||
SPROUT_DEPRECATED
|
||||
inline SPROUT_CONSTEXPR sprout::array<T, sizeof...(Types)>
|
||||
to_string_array(Types&&... args) {
|
||||
return sprout::convert_array<T>(sprout::to_string_value(), sprout::forward<Types>(args)...);
|
||||
return sprout::convert_array<T>(sprout::to_string_value(), SPROUT_FORWARD(Types, args)...);
|
||||
}
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue