1
0
Fork 0
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:
bolero-MURAKAMI 2014-02-21 22:24:05 +09:00
parent 2867cd79ef
commit b14c8e7d73
3 changed files with 53 additions and 6 deletions

View file

@ -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...);
}