Skip to content

Commit e88f940

Browse files
committed
Update docs
1 parent f35cd77 commit e88f940

File tree

1 file changed

+3
-1
lines changed
  • docs/src/dev-guide/components-core

1 file changed

+3
-1
lines changed

docs/src/dev-guide/components-core/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ CLP core is the low-level component that performs compression, decompression, an
66

77
* We have built and tested CLP on the OSes listed [below](#native-environment).
88
* If you have trouble building for another OS, file an issue, and we may be able to help.
9-
* A compiler that supports C++20 and std::span (e.g., gcc-10)
9+
* A recent compiler that fully supports C++20 features such as
10+
* std::span
11+
* std::source_location
1012
* [Task](https://taskfile.dev/) >= 3.38.0
1113

1214
To build, we require some source dependencies, packages from package managers, and libraries built

0 commit comments

Comments
 (0)