diff options
Diffstat (limited to 'indexlib/boost-compat/config/compiler')
-rw-r--r-- | indexlib/boost-compat/config/compiler/borland.h (renamed from indexlib/boost-compat/config/compiler/borland.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/comeau.h (renamed from indexlib/boost-compat/config/compiler/comeau.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/common_edg.h (renamed from indexlib/boost-compat/config/compiler/common_edg.hpp) | 2 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/compaq_cxx.h (renamed from indexlib/boost-compat/config/compiler/compaq_cxx.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/digitalmars.h (renamed from indexlib/boost-compat/config/compiler/digitalmars.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/gcc.h (renamed from indexlib/boost-compat/config/compiler/gcc.hpp) | 2 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/greenhills.h (renamed from indexlib/boost-compat/config/compiler/greenhills.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/hp_acc.h (renamed from indexlib/boost-compat/config/compiler/hp_acc.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/intel.h (renamed from indexlib/boost-compat/config/compiler/intel.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/kai.h (renamed from indexlib/boost-compat/config/compiler/kai.hpp) | 2 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/metrowerks.h (renamed from indexlib/boost-compat/config/compiler/metrowerks.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/mpw.h (renamed from indexlib/boost-compat/config/compiler/mpw.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/sgi_mipspro.h (renamed from indexlib/boost-compat/config/compiler/sgi_mipspro.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/sunpro_cc.h (renamed from indexlib/boost-compat/config/compiler/sunpro_cc.hpp) | 2 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/vacpp.h (renamed from indexlib/boost-compat/config/compiler/vacpp.hpp) | 0 | ||||
-rw-r--r-- | indexlib/boost-compat/config/compiler/visualc.h (renamed from indexlib/boost-compat/config/compiler/visualc.hpp) | 0 |
16 files changed, 4 insertions, 4 deletions
diff --git a/indexlib/boost-compat/config/compiler/borland.hpp b/indexlib/boost-compat/config/compiler/borland.h index 531691eff..531691eff 100644 --- a/indexlib/boost-compat/config/compiler/borland.hpp +++ b/indexlib/boost-compat/config/compiler/borland.h diff --git a/indexlib/boost-compat/config/compiler/comeau.hpp b/indexlib/boost-compat/config/compiler/comeau.h index 16a1b93cb..16a1b93cb 100644 --- a/indexlib/boost-compat/config/compiler/comeau.hpp +++ b/indexlib/boost-compat/config/compiler/comeau.h diff --git a/indexlib/boost-compat/config/compiler/common_edg.hpp b/indexlib/boost-compat/config/compiler/common_edg.h index c7c0b56ee..28b164a81 100644 --- a/indexlib/boost-compat/config/compiler/common_edg.hpp +++ b/indexlib/boost-compat/config/compiler/common_edg.h @@ -34,7 +34,7 @@ # define BOOST_NO_TEMPLATE_TEMPLATES #endif -// See also kai.hpp which checks a Kai-specific symbol for EH +// See also kai.h which checks a Kai-specific symbol for EH # if !defined(__KCC) && !defined(__EXCEPTIONS) # define BOOST_NO_EXCEPTIONS # endif diff --git a/indexlib/boost-compat/config/compiler/compaq_cxx.hpp b/indexlib/boost-compat/config/compiler/compaq_cxx.h index 3c0c6b7ff..3c0c6b7ff 100644 --- a/indexlib/boost-compat/config/compiler/compaq_cxx.hpp +++ b/indexlib/boost-compat/config/compiler/compaq_cxx.h diff --git a/indexlib/boost-compat/config/compiler/digitalmars.hpp b/indexlib/boost-compat/config/compiler/digitalmars.h index 32fc71faf..32fc71faf 100644 --- a/indexlib/boost-compat/config/compiler/digitalmars.hpp +++ b/indexlib/boost-compat/config/compiler/digitalmars.h diff --git a/indexlib/boost-compat/config/compiler/gcc.hpp b/indexlib/boost-compat/config/compiler/gcc.h index 4dc3f608b..2c5ad1981 100644 --- a/indexlib/boost-compat/config/compiler/gcc.hpp +++ b/indexlib/boost-compat/config/compiler/gcc.h @@ -14,7 +14,7 @@ // GNU C++ compiler setup: # if __GNUC__ == 2 && __GNUC_MINOR__ == 91 - // egcs 1.1 won't parse shared_ptr.hpp without this: + // egcs 1.1 won't parse shared_ptr.h without this: # define BOOST_NO_AUTO_PTR # endif # if __GNUC__ == 2 && __GNUC_MINOR__ < 95 diff --git a/indexlib/boost-compat/config/compiler/greenhills.hpp b/indexlib/boost-compat/config/compiler/greenhills.h index 038b6b2b5..038b6b2b5 100644 --- a/indexlib/boost-compat/config/compiler/greenhills.hpp +++ b/indexlib/boost-compat/config/compiler/greenhills.h diff --git a/indexlib/boost-compat/config/compiler/hp_acc.hpp b/indexlib/boost-compat/config/compiler/hp_acc.h index b5c587ab7..b5c587ab7 100644 --- a/indexlib/boost-compat/config/compiler/hp_acc.hpp +++ b/indexlib/boost-compat/config/compiler/hp_acc.h diff --git a/indexlib/boost-compat/config/compiler/intel.hpp b/indexlib/boost-compat/config/compiler/intel.h index 060338bcf..060338bcf 100644 --- a/indexlib/boost-compat/config/compiler/intel.hpp +++ b/indexlib/boost-compat/config/compiler/intel.h diff --git a/indexlib/boost-compat/config/compiler/kai.hpp b/indexlib/boost-compat/config/compiler/kai.h index de16f1a67..fefda9ce0 100644 --- a/indexlib/boost-compat/config/compiler/kai.hpp +++ b/indexlib/boost-compat/config/compiler/kai.h @@ -16,7 +16,7 @@ # define BOOST_NO_STDC_NAMESPACE # endif -// see also common_edg.hpp which needs a special check for __KCC +// see also common_edg.h which needs a special check for __KCC # if !defined(_EXCEPTIONS) # define BOOST_NO_EXCEPTIONS # endif diff --git a/indexlib/boost-compat/config/compiler/metrowerks.hpp b/indexlib/boost-compat/config/compiler/metrowerks.h index a74cadef1..a74cadef1 100644 --- a/indexlib/boost-compat/config/compiler/metrowerks.hpp +++ b/indexlib/boost-compat/config/compiler/metrowerks.h diff --git a/indexlib/boost-compat/config/compiler/mpw.hpp b/indexlib/boost-compat/config/compiler/mpw.h index 8ab2aacb6..8ab2aacb6 100644 --- a/indexlib/boost-compat/config/compiler/mpw.hpp +++ b/indexlib/boost-compat/config/compiler/mpw.h diff --git a/indexlib/boost-compat/config/compiler/sgi_mipspro.hpp b/indexlib/boost-compat/config/compiler/sgi_mipspro.h index 689b67eeb..689b67eeb 100644 --- a/indexlib/boost-compat/config/compiler/sgi_mipspro.hpp +++ b/indexlib/boost-compat/config/compiler/sgi_mipspro.h diff --git a/indexlib/boost-compat/config/compiler/sunpro_cc.hpp b/indexlib/boost-compat/config/compiler/sunpro_cc.h index 8a61199f8..80dc39131 100644 --- a/indexlib/boost-compat/config/compiler/sunpro_cc.hpp +++ b/indexlib/boost-compat/config/compiler/sunpro_cc.h @@ -38,7 +38,7 @@ // Requesting debug info (-g) with Boost.Python results // in an internal compiler error for "static const" // initialized in-class. - // >> Assertion: (../links/dbg_cstabs.cc, line 611) + // >> Assertion: (../links/dbg_cstabs.cpp, line 611) // while processing ../test.cpp at line 0. // (Jens Maurer according to Gottfried Ganßauge 04 Mar 2002) # define BOOST_NO_INCLASS_MEMBER_INITIALIZATION diff --git a/indexlib/boost-compat/config/compiler/vacpp.hpp b/indexlib/boost-compat/config/compiler/vacpp.h index 4cf0de7c1..4cf0de7c1 100644 --- a/indexlib/boost-compat/config/compiler/vacpp.hpp +++ b/indexlib/boost-compat/config/compiler/vacpp.h diff --git a/indexlib/boost-compat/config/compiler/visualc.hpp b/indexlib/boost-compat/config/compiler/visualc.h index 323532603..323532603 100644 --- a/indexlib/boost-compat/config/compiler/visualc.hpp +++ b/indexlib/boost-compat/config/compiler/visualc.h |