We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0394ea1 commit d7ba016Copy full SHA for d7ba016
README.md
@@ -88,7 +88,7 @@ consteval double parse(std::string_view input) {
88
89
// This function should compile to a function which
90
// merely returns 3.1415.
91
-double constexptest() {
+constexpr double constexptest() {
92
return parse("3.1415 input");
93
}
94
```
tests/example_test.cpp
@@ -54,7 +54,7 @@ consteval double parse(std::string_view input) {
54
55
56
57
58
59
60
#endif
0 commit comments