You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Here is how to get and install nettle from source. Please check for the current
123
123
### Quality
124
124
The following methods are used to maintain code quality:
125
125
- builds without warnings on gcc and clang, even with all the suggested warnings from [cppbestpractices](https://github.com/lefticus/cppbestpractices/blob/master/02-Use_the_Tools_Available.md) enabled. Pass --enable-warnings to configure to turn them on.
126
-
- builds with standards c++11, 14, 17 and 2a
126
+
- builds with standards c++17 and 20
127
127
- tests are written for newly found bugs, first to prove the bug and then to prove that it is fixed. Older bugs do not all have tests.
0 commit comments