Skip to content

Commit

Permalink
host: fix Boost warnings due to global placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng authored and chemeris committed Nov 26, 2023
1 parent bac43dc commit 966d38e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion host/cores/super_recv_packet_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <boost/foreach.hpp>
#include <boost/function.hpp>
#include <boost/format.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/make_shared.hpp>
#include <boost/thread/barrier.hpp>
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion host/umtrx_iface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <boost/asio.hpp> //used for htonl and ntohl
#include <boost/assign/list_of.hpp>
#include <boost/format.hpp>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <boost/tokenizer.hpp>
#include <boost/functional/hash.hpp>
#include <algorithm>
Expand Down
Loading

0 comments on commit 966d38e

Please sign in to comment.