see #12: use en-us as default language of readme

This commit is contained in:
Changkun Ou
2019-07-09 12:27:01 +02:00
parent da193739ee
commit 908c9ad77e
8 changed files with 131 additions and 130 deletions

View File

@@ -36,9 +36,9 @@ Before learning modern C++, let's take a look at the main features that have bee
- **`register` keyword is deprecated and can be used but no longer has any practical meaning.**
- The `++` operation of the **`bool` type is deprecated.**
- **The `++` operation of the `bool` type is deprecated.**
- ** If a class has a destructor, the properties for which it generates copy constructors and copy assignment operators are deprecated.**
- **If a class has a destructor, the properties for which it generates copy constructors and copy assignment operators are deprecated.**
- **C language style type conversion is deprecated (ie using `(convert_type)`) before variables, and `static_cast`, `reinterpret_cast`, `const_cast` should be used for type conversion.**