Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Mark two tests as unsupported with gcc-5
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Nov 30, 2022
1 parent 27e9bd4 commit 21605c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11
// UNSUPPORTED: gcc-5

// template<class T>
// concept swappable = // see below
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//===----------------------------------------------------------------------===//

// UNSUPPORTED: c++03, c++11
// UNSUPPORTED: gcc-5

// template<class T, class U>
// concept swappable_with = // see below
Expand Down

0 comments on commit 21605c3

Please sign in to comment.