diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-27 22:52:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-15 10:59:34 +0200 |
| commit | c1175b5ce81a6bad56e3f372c0f72cc55595f8f2 (patch) | |
| tree | eb163262f5d07430e6c2172a4424c389da298b49 /src/verify.cc | |
| parent | 1797b2b443168101cdd7250a51d75dfdd390b389 (diff) | |
Cleanup: use std::function instead of boost::function.
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.cc b/src/verify.cc index 0003e0a6..3e335b71 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -88,6 +88,7 @@ using std::cout; using std::dynamic_pointer_cast; +using std::function; using std::list; using std::make_shared; using std::map; @@ -97,7 +98,6 @@ using std::shared_ptr; using std::string; using std::vector; using boost::optional; -using boost::function; using namespace dcp; |
