"Member is not a structure or union" build failure(s) — clang 3.5.0

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();
        }
};
PackageVersionSupposed error messageFull log Bug report
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-2kmplayershared.h:217:81: error: member reference base type 'SharedData *' is not a structure or union Log
magics++ 2.18.15-7./Netcdf.h:138:70: error: member reference base type 'map *> *' is not a structure or union Log

3 errors