You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining overloads in namespace std is undefined behavior, so I'm wondering why we're adding overloads of std::get for boost::array. Since we aren't specializing std::tuple_size or std::tuple_element, these overloads would never be used anyway, even if they were legal.
The text was updated successfully, but these errors were encountered:
Defining overloads in
namespace std
is undefined behavior, so I'm wondering why we're adding overloads ofstd::get
forboost::array
. Since we aren't specializingstd::tuple_size
orstd::tuple_element
, these overloads would never be used anyway, even if they were legal.The text was updated successfully, but these errors were encountered: