Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lanl2vz committed Oct 18, 2024
1 parent b008096 commit 09ec9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ I picked up these pieces of modern C++ bits for just two reasons:
- Artistry can be derived from the structures implemented using them.
## C++ 17
I'm primarily concerned with C++ 17 as it is well implemented across
different compilers (Clang, GCC, etc), whereas features in C++ 20 are still in the waiting status for some compilers.\
different compilers (Clang, GCC, etc), whereas features in C++ 20 are still in the waiting status for some compilers.
## Compiler
I use the Apple Clang g++ compiler with flag ```-std=c++17```.\
I use the Apple Clang g++ compiler with flag ```-std=c++17```.
## Tests
Currently I plan to write sample header files for each case scenarios and a ```test()``` function along provided for the test driver.

0 comments on commit 09ec9a3

Please sign in to comment.