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
bf4eca5b
Kaydet (Commit)
bf4eca5b
authored
Ara 08, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
trying to make this fit in gcc-4.6s little brain
Change-Id: I0c247a0f316b6700017ae0668b41497811924577
üst
ed759f9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ring.hxx
sw/inc/ring.hxx
+2
-1
No files found.
sw/inc/ring.hxx
Dosyayı görüntüle @
bf4eca5b
...
...
@@ -105,14 +105,15 @@ namespace sw
#if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ == 4) && (__GNUC_MINOR__ < 7)
// gcc 4.6 backwards compat hack, remove ASAP when we drop support
template
<
typename
gcc_hack_value
>
friend
class
sw
::
RingContainer
;
template
<
typename
gcc_hack_value
>
friend
class
sw
::
RingIterator
;
#else
friend
ring_container
;
friend
const_ring_container
;
#endif
friend
typename
ring_container
::
iterator
;
friend
typename
ring_container
::
const_iterator
;
friend
typename
const_ring_container
::
iterator
;
friend
typename
const_ring_container
::
const_iterator
;
#endif
friend
class
boost
::
iterator_core_access
;
typedef
boost
::
intrusive
::
circular_list_algorithms
<
Ring_node_traits
>
algo
;
value_type
*
pNext
;
...
...
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