3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 14:13:23 +00:00

Update documentation for C++17 switch

This commit is contained in:
Martin Povišer 2024-06-17 17:08:13 +02:00
parent 141a2e3638
commit f9b7b8fff0
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ Formatting of code
C++ Language
-------------
Yosys is written in C++11.
Yosys is written in C++17.
In general Yosys uses "int" instead of "size_t". To avoid compiler
warnings for implicit type casts, always use "GetSize(foobar)" instead