mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
book: typo fix (#99)
This commit is contained in:
@@ -874,7 +874,7 @@ What we mainly mentioned above is a form of template parameters: type template p
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
template <typename T, typename U>
|
template <typename T, typename U>
|
||||||
auto add(T t, U u) {
|
auto add(T t, U u) {
|
||||||
return t+u;
|
return t+u;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user