G-Node / nix

Neuroscience information exchange format
https://readthedocs.org/projects/nixio/
Other
67 stars 36 forks source link

Build broken with boost 1.58.0 #504

Closed gicmo closed 9 years ago

gicmo commented 9 years ago

Starting with boost 1.58.0 it is not possible to convert between std::nullptr and boost::none_t:

boost::none_t is no longer convertible from literal 0. This avoids a bug where optional<rational<int>> oi = 0; would initialize an optional object with no contained value.

Since we have code in the test that indirectly use that feature, the build is broken with boost >= 1.58.0

jgrewe commented 9 years ago

this issue is resolved with pr #505, isn't it?

gicmo commented 9 years ago

@jgrewe yes, closing.