mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Remove a bad GCC diagnostic pop when using result<...> and GCC
This commit is contained in:
parent
7dbc95c4b3
commit
d052a02595
@ -302,7 +302,7 @@ struct tuple_size<cti::result<Args...>>
|
||||
template <std::size_t I, typename... Args>
|
||||
struct tuple_element<I, cti::result<Args...>>
|
||||
: tuple_element<I, tuple<Args...>> {};
|
||||
#if defined(__clang__) || defined(__GNUC__)
|
||||
#if defined(__clang__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
} // namespace std
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user