aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-01-11 20:45:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-01-11 20:46:51 +0000
commit68ccdb12923ec2293b5c96a2f38651d33efce632 (patch)
tree44f46839c336cee2c3cdd78f3ed582f4953d2c95
parent0bd2e7e35fa7ecf1dd1e02e87a77aea0f6c49612 (diff)
misc/quantum++: Correction in pkg-descr
Reported by: Vlad Gheorghiu <vlad@softwareq.ca>
-rw-r--r--misc/quantum++/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/quantum++/pkg-descr b/misc/quantum++/pkg-descr
index 1302ff363bd1..5834e23b489d 100644
--- a/misc/quantum++/pkg-descr
+++ b/misc/quantum++/pkg-descr
@@ -1,5 +1,5 @@
-Quantum++ is a modern C++11 general purpose quantum computing library, composed
-solely of template header files. Quantum++ is written in standard C++11 and has
+Quantum++ is a modern general purpose quantum computing library, composed
+solely of template header files. Quantum++ is written in standard C++17 and has
very low external dependencies, using only the Eigen 3 linear algebra
header-only template library and, if available, the OpenMP multi-processing
library.