mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-06 20:30:27 -05:00
Contributing.md: Update C++20 mentions to C++23
This commit is contained in:
parent
09fbe2a930
commit
cdb93d0c99
|
|
@ -195,7 +195,7 @@ Summary:
|
|||
- [Classes and Structs](#cpp-code-classes-and-structs)
|
||||
|
||||
## <a name="cpp-code-general"></a>General
|
||||
- The codebase currently uses C++20, though not all compilers support all C++20 features.
|
||||
- The codebase currently uses C++23, though compiler support for newer language features varies.
|
||||
- See CMakeLists.txt "Enforce minimum compiler versions" for the currently supported compilers.
|
||||
- Use the [nullptr](https://en.cppreference.com/w/cpp/language/nullptr) type over the macro `NULL`.
|
||||
- If a [range-based for loop](https://en.cppreference.com/w/cpp/language/range-for) can be used instead of container iterators, use it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user