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
c53b8b32
Kaydet (Commit)
c53b8b32
authored
May 02, 2013
tarafından
Herbert Dürr
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i122208# remove rope which is not a std:: container
üst
bea4b56c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
43 deletions
+0
-43
rope
stlport/systemstl/rope
+0
-42
graphite_cache.hxx
vcl/inc/graphite_cache.hxx
+0
-1
No files found.
stlport/systemstl/rope
deleted
100644 → 0
Dosyayı görüntüle @
bea4b56c
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef SYSTEM_STL_ROPE
#define SYSTEM_STL_ROPE
#include <functional>
#include <numeric>
#ifdef GCC
#include <ext/rope>
namespace std
{
using __gnu_cxx::rope;
}
#else
#error UNSUPPORTED COMPILER
#endif
#endif
/* vi:set tabstop=4 shiftwidth=4 expandtab: */
vcl/inc/graphite_cache.hxx
Dosyayı görüntüle @
c53b8b32
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#define GRCACHE_REUSE_VECTORS 1
#define GRCACHE_REUSE_VECTORS 1
//#include <rope>
#include <hash_map>
#include <hash_map>
class
TextSourceAdaptor
;
class
TextSourceAdaptor
;
...
...
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