mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +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
|
@ -21,7 +21,7 @@ namespace sprout {
|
|||
template<typename T>
|
||||
inline SPROUT_CONSTEXPR typename sprout::lvalue_reference<T>::type
|
||||
lvalue_forward(typename std::remove_reference<T>::type& t) {
|
||||
return sprout::as_lvalue(sprout::forward<T>(t));
|
||||
return sprout::as_lvalue(SPROUT_FORWARD(T, t));
|
||||
}
|
||||
template<typename T>
|
||||
inline SPROUT_CONSTEXPR typename sprout::lvalue_reference<T>::type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue