mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
Add a link to Mozilla summart of C++11 features available in gcc 4.8
This commit is contained in:
parent
b6a9091763
commit
2b937ad0e1
@ -89,3 +89,5 @@ We are using some C++11 features, mainly:
|
|||||||
`base::SharedPtr` and `base::UniquePtr` but you should use the STL
|
`base::SharedPtr` and `base::UniquePtr` but you should use the STL
|
||||||
ones now)
|
ones now)
|
||||||
* You can use `<atomic>`, `<thread>`, `<mutex>`, and `<condition_variable>`
|
* You can use `<atomic>`, `<thread>`, `<mutex>`, and `<condition_variable>`
|
||||||
|
* We use GCC 4.8 on Linux, so check the features available since GCC 4.8 in
|
||||||
|
https://developer.mozilla.org/en-US/docs/Mozilla/Using_CXX_in_Mozilla_code
|
||||||
|
Loading…
Reference in New Issue
Block a user