Open madmongo1 opened 1 year ago
I think this is caused by the standalone to boost conversion script. It's correct in the standalone version
but std
becomes boost::system
in the boost one.
So I would think that a std::error_code
-> boost::system::error_code
conversion rules screws this one up.
@chriskohlhoff - this is a blocker for boost 1.81
To reproduce:
main.cpp
compile with:
Error output: