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 f9c20ba commit 8a10fbbCopy full SHA for 8a10fbb
orc-rt/include/orc-rt/span.h
@@ -6,7 +6,10 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-// TODO: Replace all uses with std::span once we can use C++20.
+// A substitute for std::span that can be used until the ORC runtime is allowed
10
+// to assume c++-20.
11
+//
12
+// TODO: Replace all uses with std::span once we can assume c++20.
13
14
15
0 commit comments