Commit 47ebf32
Use <utility> instead of <functional> for std::reference_wrapper on C++20+
For C++20 and later, std::reference_wrapper is available in <utility>,
which is a lighter-weight header than <functional>.
Fixes #210
Co-authored-by: Vinnie Falco <vinniefalco@users.noreply.github.com>1 parent bc956f7 commit 47ebf32
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments