Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Veronica Andreo <[email protected]>
  • Loading branch information
nilason and veroandreo authored Oct 30, 2024
1 parent 875781c commit 107a90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/development/rfc/RFC10_cpp_language_standards_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ GEOS 3.14.
## C++17 standard for GRASS GIS

The time has come to increase the minimal C++ standard support for GRASS GIS
code to the C++17 standard. This enables use of new C++17 features, if and when
code to the C++17 standard. This enables the use of new C++17 features, if and when
so is needed or recommended. There is, however, no need to make any immediate
changes to current code. Continuous integration runners already compiles in
changes to current code. Continuous integration runners already compile in
C++17 mode, making sure nothing will be broken.

## References on C++17 features and support
Expand Down

0 comments on commit 107a90b

Please sign in to comment.