Skip to content

Commit 5151857

Browse files
authored
Update Reference_wrapper-solution.md
Add cpp to the code block for color highlighting
1 parent 3ed30f9 commit 5151857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c++11/Reference_wrapper-solution.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reference wrapper
22

3-
```
3+
```cpp
44
#include <iostream>
55
#include <vector>
66
#include <numeric>
@@ -19,4 +19,4 @@ int main() {
1919
```
2020

2121
## Links
22-
- [Cpp Reference](https://en.cppreference.com/w/cpp/utility/functional/reference_wrapper)
22+
- [Cpp Reference](https://en.cppreference.com/w/cpp/utility/functional/reference_wrapper)

0 commit comments

Comments
 (0)