From 8733efe3b6e8e1be4679a6b506ea8dcb96d588cb Mon Sep 17 00:00:00 2001 From: Kevin Bohorquez Date: Tue, 31 Oct 2023 11:40:59 -0500 Subject: [PATCH] Update README.md arch and leves for release 3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8a4bde..6f05ded 100644 --- a/README.md +++ b/README.md @@ -146,13 +146,13 @@ how to use http/veridic.hpp with class mode (gui of anterior version, v.2.5.0) | standar | O levels | archs | | :--- | :---: | ---: | -| c++17 | O1 | x86 | +| c++17 | O3 | x64 | ### standars and O levels | standar | O levels | | :--- | :---: | -| c++2a | O1 | +| c++2a / 20 | O1 | | c++11 | O2 | | c++14 | O3 | | c++17 | | @@ -162,4 +162,4 @@ how to use http/veridic.hpp with class mode (gui of anterior version, v.2.5.0) | archs | | :--- | -| x86 | +| x64 |