You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and got the error 'class boost::json::object' has no member named 'serialize'.
I guess I missed some headers like <boost/serialization/string.hpp> or <boost/serialization/vector.hpp>, but I don't know which ones should be included.
The text was updated successfully, but these errors were encountered:
Hi, I wonder how to broadcast Boost.JSON objects with Boost.MPI library. I tried
and got the error
'class boost::json::object' has no member named 'serialize'
.I guess I missed some headers like
<boost/serialization/string.hpp>
or<boost/serialization/vector.hpp>
, but I don't know which ones should be included.The text was updated successfully, but these errors were encountered: