a4b8ee6 made all MoveOnly members constexpr but, some members and constructors contain expressions that are only valid in C++14 and later. This patch prefixes those methods and constructors with TEST_CONSTEXPR_CXX14.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG37ef15143a5d: [libcxx] Fix C++14 and up constexpr members in MoveOnly.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
I think those should be OK in C++11, no? It's only a single return statement.