Skip to content

Commit

Permalink
No constexpr for you sir!
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Oct 2, 2020
1 parent d2554d1 commit 769bb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/std/tests/P0896R4_views_istream/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct streamable {
};

template <class T>
constexpr bool test_one_type() {
bool test_one_type() {
using ranges::basic_istream_view;

// validate type properties
Expand Down

0 comments on commit 769bb06

Please sign in to comment.