Skip to content

Commit 8a10fbb

Browse files
committed
[orc-rt] Expand span.h file comment. NFC.
1 parent f9c20ba commit 8a10fbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

orc-rt/include/orc-rt/span.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// TODO: Replace all uses with std::span once we can use C++20.
9+
// 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.
1013
//
1114
//===----------------------------------------------------------------------===//
1215

0 commit comments

Comments
 (0)