GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Fix build with boost 1.75 #68

Closed talih0 closed 3 years ago

talih0 commented 3 years ago

Fixes error: dccl/build/include/dccl/logger.h:175:62: error: ‘_1’ was not declared in this scope

tsaubergine commented 3 years ago

Thanks. Not surprising given that std::placeholders exists now.