Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
1d0ea9c7
Kaydet (Commit)
1d0ea9c7
authored
Nis 29, 2008
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i10000#: fix gcc-4.2.3 warning about using a member with a type withing an anonymous namespace
üst
f3c35659
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
regexpmap.tpt
ucb/source/inc/regexpmap.tpt
+3
-6
No files found.
ucb/source/inc/regexpmap.tpt
Dosyayı görüntüle @
1d0ea9c7
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
* OpenOffice.org - a multi-platform office productivity suite
*
*
* $RCSfile: regexpmap.tpt,v $
* $RCSfile: regexpmap.tpt,v $
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
*
* This file is part of OpenOffice.org.
* This file is part of OpenOffice.org.
*
*
...
@@ -47,8 +47,9 @@
...
@@ -47,8 +47,9 @@
using namespace ucb_impl;
using namespace ucb_impl;
namespace ucb_impl {
//============================================================================
//============================================================================
namespace {
template< typename Val >
template< typename Val >
struct Entry
struct Entry
...
@@ -63,16 +64,12 @@ struct Entry
...
@@ -63,16 +64,12 @@ struct Entry
//============================================================================
//============================================================================
template< typename Val > class List: public std::list< Entry< Val > > {};
template< typename Val > class List: public std::list< Entry< Val > > {};
}
//============================================================================
//============================================================================
//
//
// RegexpMapIterImpl
// RegexpMapIterImpl
//
//
//============================================================================
//============================================================================
namespace ucb_impl {
template< typename Val >
template< typename Val >
class RegexpMapIterImpl
class RegexpMapIterImpl
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment