httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std' std::deque<std::unique_ptr<WorkItem>> queue; ~~~~~^
Backport of core PR17249.
Fixes the build on ArchLinux.
Differential D5161
http: add missing header bootlegged by boost < 1.72 Fabien on Feb 5 2020, 14:39. Authored by Tags None Subscribers None
Details
httpserver.cpp:74:10: error: no template named 'deque' in namespace 'std' std::deque<std::unique_ptr<WorkItem>> queue; ~~~~~^ Backport of core PR17249. Fixes the build on ArchLinux. ninja check make check
Diff Detail
Event TimelineComment Actions [Bot Message] |