ossia / score

ossia score, an interactive sequencer for the intermedia arts
https://ossia.io
Other
1.49k stars 104 forks source link

Clang-15 failure #1481

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

Compilation fails:

In file included from /usr/ports/multimedia/ossia-score/work/ossia-score-3.1.11/3rdparty/libossia/src/ossia/network/domain/detail/domain_impl.cpp:6:
/usr/ports/multimedia/ossia-score/work/ossia-score-3.1.11/3rdparty/libossia/src/ossia/network/value/format_value.hpp:14:29: error: explicit specialization of undeclared template class 'is_container_adaptor_like'
template <typename T> class is_container_adaptor_like<boost::container::flat_set<T>>
                            ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Version: 3.1.11 FreeBSD 13.2

yurivict commented 1 year ago

Duplicate of https://github.com/ossia/score/issues/1479