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
/usr/local/include/boost/lexical_cast.hpp:2371:34: error: excess elements in scalar
initializer
...interpreter_type interpreter(buf, buf + stream_trait::len_t::value + 1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/lexical_cast.hpp:2543:29: note: in instantiation of member
function 'boost::detail::lexical_cast_do_cast<dai::BP::Properties::InfType,
std::__1::basic_string >::lexical_cast_impl' requested here
return caster_type::lexical_cast_impl(arg);
^
I got into this error when compiling libDai on MacOS Maverick. How can I fix that?
The text was updated successfully, but these errors were encountered:
/usr/local/include/boost/lexical_cast.hpp:2371:34: error: excess elements in scalar
initializer
...interpreter_type interpreter(buf, buf + stream_trait::len_t::value + 1);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/lexical_cast.hpp:2543:29: note: in instantiation of member
function 'boost::detail::lexical_cast_do_cast<dai::BP::Properties::InfType,
std::__1::basic_string >::lexical_cast_impl' requested here
return caster_type::lexical_cast_impl(arg);
^
I got into this error when compiling libDai on MacOS Maverick. How can I fix that?
The text was updated successfully, but these errors were encountered: