modernize C++: move from boost::bind to std::bind
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
namespace bp = boost::placeholders;
|
||||
namespace sp = std::placeholders;
|
||||
|
||||
namespace Gui {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user