mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Add note about const usage in coding style
This commit is contained in:
parent
33d0187dab
commit
6d67d91335
@ -126,6 +126,10 @@ protected:
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Const
|
||||||
|
|
||||||
|
* [NL.26: Use conventional const notation](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#nl26-use-conventional-const-notation)
|
||||||
|
|
||||||
## C++11
|
## C++11
|
||||||
|
|
||||||
We are using some modern C++ (C++11, C++14, etc.) features, mainly:
|
We are using some modern C++ (C++11, C++14, etc.) features, mainly:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user