pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/textproc/fmtlib



>> This breaks multimedia/gerbera:
>> 
>> /tmp/pkgsrc/multimedia/gerbera/work/.buildlink/include/fmt/format.h:3978:32: error: no matching member function for call to 'format'
>>        out = value_formatter_.format(map(*it), ctx);
>>              ~~~~~~~~~~~~~~~~~^~~~~~
>> /tmp/pkgsrc/multimedia/gerbera/work/gerbera-1.11.0/src/database/sql_format.h:64:10: note: candidate function template not viable: 'this' argument has type 'const 
>> fmt::formatter<fmt::join_view<std::__wrap_iter<const ColumnUpdate *>, std::__wrap_iter<const ColumnUpdate *>>>::formatter_type' (aka 'const fmt::formatter<ColumnUpdate>'), but method is not marked 
>> const
>>    auto format(const ColumnUpdate& a, FormatContext& ctx) -> decltype(ctx.out())
>>         ^
>> 6 errors generated.
>> 
>> 
>> Any idea how to fix that?
> 
> 
> 
> Guessing
> 
> https://github.com/gerbera/gerbera/commit/d7b8fafbc94405c20753fed569abd8878cccde89
> 
> ?
> 
> 
> Cheers,
> 
> Patrick

Fixed, committed.

Thanks :)
Adam


Home | Main Index | Thread Index | Old Index