
Hello, I see there are 7 pull requests outstanding against icl (including one of mine), but not activity. Joachim, are you still maintaining the library? If not, perhaps someone can step up.

Trying again. The library won't compile in C++17 mode: /usr/include/boost/icl/type_traits/type_to_string.hpp:56:12: error: partial specialization of 'struct boost::icl::type_to_string<Unary<Type>
' after instantiation of 'struct boost::icl::type_to_string<std::__cxx11::basic_string<char> >' [-fpermissive] struct type_to_string<Unary<Type> > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/boost/icl/type_traits/type_to_string.hpp:72:12: error: partial specialization of 'struct boost::icl::type_to_string<Binary<Type1, Type2> >' after instantiation of 'struct boost::icl::type_to_string<std::__cxx11::basic_string<char> ' [-fpermissive] struct type_to_string<Binary<Type1, Type2> >
I (or my colleagues) wouldn't mind fixing the problems, if there was someone at the other end to apply patches or merge pull requests. On 07/02/2017 05:55 PM, Avi Kivity wrote:
Hello,
I see there are 7 pull requests outstanding against icl (including one of mine), but not activity.
Joachim, are you still maintaining the library? If not, perhaps someone can step up.

Am 20.11.2017 um 16:14 schrieb Avi Kivity via Boost:
Trying again. The library won't compile in C++17 mode: ... ... I (or my colleagues) wouldn't mind fixing the problems, if there was someone at the other end to apply patches or merge pull requests.
Already fixed by this PR: https://github.com/boostorg/icl/pull/10 With this applied, I have no trouble running icl's test suite. Ciao Dani

Daniela Engert wrote:
Am 20.11.2017 um 16:14 schrieb Avi Kivity via Boost:
Trying again. The library won't compile in C++17 mode: ... ... I (or my colleagues) wouldn't mind fixing the problems, if there was someone at the other end to apply patches or merge pull requests.
Already fixed by this PR: https://github.com/boostorg/icl/pull/10 With this applied, I have no trouble running icl's test suite.
It's a different problem, fixed by https://github.com/boostorg/icl/pull/9, but 10 is good too.

On 11/21/2017 07:16 PM, Daniela Engert wrote:
Am 20.11.2017 um 16:14 schrieb Avi Kivity via Boost:
Trying again. The library won't compile in C++17 mode: ... ... I (or my colleagues) wouldn't mind fixing the problems, if there was someone at the other end to apply patches or merge pull requests. Already fixed by this PR: https://github.com/boostorg/icl/pull/10 With this applied, I have no trouble running icl's test suite.
The problem is not lack of fixes, it's lack of maintainership. If no one applies the patches icl remains broken.
participants (3)
-
Avi Kivity
-
Daniela Engert
-
Peter Dimov