aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-06-04 22:02:43 +0200
committerpracticalswift <[email protected]>2017-10-09 21:31:58 +0200
commit680bc2cbb34d6bedd0e64b17d0555216572be4c8 (patch)
tree49556f05754010cf334e67ed322e3a1dc6c29a64 /src/httpserver.cpp
parentMerge #10853: [tests] Fix RPC failure testing (again) (diff)
downloaddiscoin-680bc2cbb34d6bedd0e64b17d0555216572be4c8.tar.xz
discoin-680bc2cbb34d6bedd0e64b17d0555216572be4c8.zip
Use range-based for loops (C++11) when looping over map elements
Before this commit: for (std::map<T1, T2>::iterator x = y.begin(); x != y.end(); ++x) { } After this commit: for (auto& x : y) { }
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions