Kaydet (Commit) c53b8b32 authored tarafından Herbert Dürr's avatar Herbert Dürr

#i122208# remove rope which is not a std:: container

üst 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: */
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment