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:
parent
141a2e3638
commit
f9b7b8fff0
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue