Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 13:38:53 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/libstdc++/include/ext bitmap_allocator.h ropeimpl.h src/contrib/libstdc++/src locale-inst.cc
Message-ID:  <201008241339.o7ODd8fo010868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2010-08-24 13:38:53 UTC

  FreeBSD src repository

  Modified files:
    contrib/libstdc++/include/ext bitmap_allocator.h ropeimpl.h 
    contrib/libstdc++/src locale-inst.cc 
  Log:
  SVN rev 211755 on 2010-08-24 13:38:53Z by rpaulo
  
  Some fixes so we can build libstdc++ with clang:
  o Make the value_type, vector_type, iterator, __mutex_type types of
  free_list class so we can access them
  o In some cases template keywords must be inserted to treat classes as
  dependent template names
  o Remove two 'inline' keywords where they do not make sense
  
  Submitted by:   Dimitry Andric <dimitry at andric.com>
  Reviewed by:    trema
  
  Revision  Changes      Path
  1.2       +978 -697    src/contrib/libstdc++/include/ext/bitmap_allocator.h
  1.2       +1481 -1327  src/contrib/libstdc++/include/ext/ropeimpl.h
  1.2       +217 -334    src/contrib/libstdc++/src/locale-inst.cc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008241339.o7ODd8fo010868>