Debian Package rebuild

Rebuild of the Debian archive with clang

"Member is not a structure or union" build failure(s)
clang 13.0.0
Return to the list
The following use case is failing with clang while working with g++
template
struct ContTokenizer
{
    typedef typename Container::const_iterator const_iterator;

    ContTokenizer(Container* cont)
        {
            cont.begin();
        }
};

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
orocos-bfl 0.8.0-5mixtureParticleFilter.cpp:105:27: error: member reference base type 'Mixture *' is not a structure or union Log
pktools 2.6.7.6+ds-3Filter.h:800:52: error: member reference base type 'T *' is not a structure or union Log
2 errors
Return to the list