Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbreak build with Boost 1.72 #780

Merged
merged 1 commit into from Nov 6, 2019
Merged

Unbreak build with Boost 1.72 #780

merged 1 commit into from Nov 6, 2019

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Oct 25, 2019

Regressed by boostorg/filesystem@9a14c37d6f95. See error log. To fix apply bitcoin/bitcoin#17249.

httpserver.cpp:75:10: error: no template named 'deque' in namespace 'std'
    std::deque<std::unique_ptr<WorkItem>> queue;
    ~~~~~^

httpserver.cpp:75:10: error: no template named 'deque' in namespace 'std'
    std::deque<std::unique_ptr<WorkItem>> queue;
    ~~~~~^
@qtum-neil qtum-neil merged commit 979f5fd into qtumproject:master Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants