Skip to content

Commit 0feb91e

Browse files
committed
Use C++20 code
1 parent da84631 commit 0feb91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <iostream>
2-
// #include <vector>
2+
#include <vector>
33
#include <ystdlib/testlib/hello.hpp>
44

55
[[nodiscard]] auto main() -> int {
6-
// constexpr std::vector<int> cV;
6+
constexpr std::vector<int> cV;
77
std::cout << ystdlib::testlib::hello() << '\n';
88
constexpr auto c23{202'101L};
99
constexpr auto c20{202'002L};

0 commit comments

Comments
 (0)