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 ab49994 commit 78a4eaaCopy full SHA for 78a4eaa
.bazelrc
@@ -0,0 +1,2 @@
1
+# workspace support is deprecated in Bazel 7
2
+common --enable_bzlmod
.bazelversion
@@ -0,0 +1 @@
+7.3.1
.gitignore
@@ -1,3 +1,2 @@
bazel-*
-MODULE.bazel
3
MODULE.bazel.lock
MODULE.bazel
@@ -0,0 +1,3 @@
+module(
+ name = "cppitertools"
+)
0 commit comments