mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix confg and enabler_if: for ICC
This commit is contained in:
parent
2867cd79ef
commit
b14c8e7d73
3 changed files with 53 additions and 6 deletions
|
@ -41,7 +41,7 @@ namespace sprout {
|
|||
// tie
|
||||
//
|
||||
template<typename... Types>
|
||||
inline sprout::tuples::tuple<Types&...>
|
||||
inline SPROUT_CONSTEXPR sprout::tuples::tuple<Types&...>
|
||||
tie(Types&... args) SPROUT_NOEXCEPT {
|
||||
return sprout::tuples::tuple<Types&...>(args...);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue