Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Aug 10, 2023
1 parent 6f1827d commit 836fe07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core/run/issue33.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

// Test case for https://github.com/boostorg/pfr/issues/33

// FIXME: https://github.com/boostorg/pfr/issues/131
#if !defined(__clang__)

#include <iostream>
#include <memory>
#include <vector>
Expand All @@ -18,6 +15,9 @@ struct TestStruct {
std::vector<std::unique_ptr<int>> vec;
};

// FIXME: https://github.com/boostorg/pfr/issues/131
#if !(defined(__clang__) && __cplusplus >= 202002L)

int main() {
TestStruct temp;
temp.vec.emplace_back();
Expand Down

0 comments on commit 836fe07

Please sign in to comment.