"Member is not a structure or union" build failure(s)
clang 3.3
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();
}
};
Package | Version | Supposed error message | Full log |
Bug report |
calf | 0.0.18.6-5 | ./calf/buffer.h:156:19: 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-2 | ./cqrlib.h:576:30: error: member reference base type 'CPPQR *' is not a structure or union
| Log |
|
kmplayer | 1:0.11.3d-2 | kmplayershared.h:217:81: error: member reference base type 'SharedData *' is not a structure or union
| Log |
|
lmms | 0.4.10-2.3 | buffer.h:156:19: error: member reference base type 'const data_type *' (aka 'const typename T::data_type *') is not a structure or union
| Log |
|
magics++ | 2.18.15-1 | ./Netcdf.h:138:70: error: member reference base type 'map *> *' is not a structure or union
| Log |
|
mailtextbody | 0.1.3-2 | tokenizer.h:143:51: 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:23: 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:51: error: member reference base type 'const Container *' is not a structure or union
| Log |
|
8 errors