Skip to content

Commit

Permalink
JCF: reverting back to the C++17 standard for now since the compiler …
Browse files Browse the repository at this point in the history
…flags in

daq-cmake assume C++17

Revert "JCF: express support for C++20 standard"

This reverts commit 2d7288c.
  • Loading branch information
jcfreeman2 committed Aug 31, 2023
1 parent 2d7288c commit a41c508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ familiar with the language.

## 1. C++ Version

Currently, code should target C++20
Currently, code should target C++17, i.e., should not use C++2x
features.

## 2. Naming Conventions

Expand Down

0 comments on commit a41c508

Please sign in to comment.