[Debian-med-packaging] Bug#984093: Bug#984093: libcifpp_1.0.1-4_amd64.changes REJECTED

Maarten L. Hekkelman maarten at hekkelman.com
Fri Oct 29 18:31:10 BST 2021


Op 29-10-2021 om 19:03 schreef Étienne Mollier:

> got bitten by another symptom:
> 
> src/PDB2Cif.cpp: In member function ‘std::tuple<PDBFileParser::ATOM_REF, bool> PDBFileParser::FindLink(const PDBFileParser::ATOM_REF&, const string&, const string&) const’:
> src/PDB2Cif.cpp:1010:34: error: conversion from ‘<brace-enclosed initializer list>’ to ‘std::tuple<PDBFileParser::ATOM_REF, bool>’ is ambiguous
>   1010 |                 return {{}, false};
>  ...

Replace that line with

         return {};

Should do the trick. (that's what I have in version 2.0 as well).

regards, -maarten



More information about the Debian-med-packaging mailing list