mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
see #2: typo fixes
This commit is contained in:
@@ -18,7 +18,7 @@ so most compilers already support it.
|
||||
C++11 now formally incorporate it into the standard library,
|
||||
specifying a `long long int` type with at least 64 bits.
|
||||
|
||||
## 9.2 `noexcept` Operations
|
||||
## 9.2 `noexcept` and Its Operations
|
||||
|
||||
One of the big advantages of C++ over C is that
|
||||
C++ itself defines a complete set of exception handling mechanisms.
|
||||
@@ -106,7 +106,7 @@ exception captured, from non_block_throw()
|
||||
|
||||
## 9.3 Literal
|
||||
|
||||
### String Literal
|
||||
### Raw String Literal
|
||||
|
||||
In traditional C++, it is very painful to write a string full of
|
||||
special characters. For example, a string containing HTML ontology
|
||||
|
||||
Reference in New Issue
Block a user