Debian Package rebuild

Rebuild of the Debian archive with clang

"Member is not a structure or union" build failure(s)
clang 3.1
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
calf 0.0.18.6-5./calf/buffer.h:156:20: error: member reference base type 'const data_type *' (aka 'const typename T::data_type *') is not a structure or union Log
cqrlib 1.1.2-1./cqrlib.h:576:31: error: member reference base type 'CPPQR *' is not a structure or union Log
imagevis3d 2.0.1-5./Basics/Vectors.h:1343:44: error: member reference base type 'const T *' is not a structure or union Log
kmplayer 1:0.11.3c-1kmplayershared.h:217:82: error: member reference base type 'SharedData *' is not a structure or union Log
magics++ 2.14.11-4./Netcdf.h:138:71: error: member reference base type 'map *> *' is not a structure or union Log
mailtextbody 0.1.2-1tokenizer.h:143:52: error: member reference base type 'const Container *' is not a structure or union Log
meshlab 1.3.0a+dfsg1-3../../../vcglib/vcg/simplex/face/pos.h:217:24: error: member reference base type 'typename FaceType::FaceType *const' is not a structure or union Log
mimetic 0.9.7-3../../mimetic/tokenizer.h:143:52: error: member reference base type 'const Container *' is not a structure or union Log
suphp 0.7.1-1./SmartPtr.hpp:153:14: error: member reference base type 'SmartPtr *' is not a structure or union Log
9 errors
Return to the list