Skip to content

Commit

Permalink
Export operator<=> from std_module
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone committed Apr 26, 2024
1 parent 032984e commit d6ee9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/std_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ namespace __gnu_cxx {

export using __gnu_cxx::operator-;
export using __gnu_cxx::operator==;
export using __gnu_cxx::operator<=>;

} // namespace __gnu_cxx

Expand All @@ -402,6 +403,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD

export using std::operator==;
export using std::operator!=;
export using std::operator<=>;
export using std::operator<;
export using std::operator>;
export using std::operator<=;
Expand Down

0 comments on commit d6ee9d3

Please sign in to comment.