id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6803,allocator_traits template aliasing statement breaks clang++ with -std=c++0x,expaler,Ion Gaztañaga,"In the header file , line 167 reads: ''' template using rebind_alloc = boost::intrusive::detail::type_rebinder::type; ''' Changing it to the following line works: ''' template using rebind_alloc = typename boost::intrusive::detail::type_rebinder::type; ''' HTH, Cromwell D. Enage ",Bugs,closed,To Be Determined,container,Boost 1.49.0,Problem,fixed,,