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 da84631 commit 0feb91eCopy full SHA for 0feb91e
src/main.cpp
@@ -1,9 +1,9 @@
1
#include <iostream>
2
-// #include <vector>
+#include <vector>
3
#include <ystdlib/testlib/hello.hpp>
4
5
[[nodiscard]] auto main() -> int {
6
- // constexpr std::vector<int> cV;
+ constexpr std::vector<int> cV;
7
std::cout << ystdlib::testlib::hello() << '\n';
8
constexpr auto c23{202'101L};
9
constexpr auto c20{202'002L};
0 commit comments