Skip to content

Commit

Permalink
Fix bases test
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLlama committed Nov 27, 2017
1 parent 4308924 commit 26c00af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Old versions of GCC don't have the correct trait names. Could fix them up if needs be.
#if (defined(__GNUC__) && __GNUC__ == 4 && __GNUC_MINOR__ <= 9 && \
!defined(__clang__))
// nothing for now
#else
TEST_CASE("Triviality", "[bases.triviality]") {
REQUIRE(std::is_trivially_copy_constructible<tl::optional<int>>::value);
REQUIRE(std::is_trivially_copy_assignable<tl::optional<int>>::value);
Expand Down

0 comments on commit 26c00af

Please sign in to comment.