summaryrefslogtreecommitdiffstats
path: root/indexlib/boost-compat/config/stdlib/roguewave.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
commit6b1f9116760b2a693428cc93a0304dd3d7d2856a (patch)
tree0f76cad58737b69c009d1c9026d1d68162f2cb65 /indexlib/boost-compat/config/stdlib/roguewave.h
parent694c1459e17db537f3bc19dabb0e47b369f25980 (diff)
downloadtdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.tar.gz
tdepim-6b1f9116760b2a693428cc93a0304dd3d7d2856a.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'indexlib/boost-compat/config/stdlib/roguewave.h')
-rw-r--r--indexlib/boost-compat/config/stdlib/roguewave.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indexlib/boost-compat/config/stdlib/roguewave.h b/indexlib/boost-compat/config/stdlib/roguewave.h
index 452b8421..2e116ff1 100644
--- a/indexlib/boost-compat/config/stdlib/roguewave.h
+++ b/indexlib/boost-compat/config/stdlib/roguewave.h
@@ -48,13 +48,6 @@
# endif
//
-// Borland version of numeric_limits lacks __int64 specialisation:
-//
-#ifdef __BORLANDC__
-# define BOOST_NO_MS_INT64_NUMERIC_LIMITS
-#endif
-
-//
// No std::iterator if it can't figure out default template args:
//
#if defined(_RWSTD_NO_SIMPLE_DEFAULT_TEMPLATES) || defined(RWSTD_NO_SIMPLE_DEFAULT_TEMPLATES) || (BOOST_RWSTD_VER < 0x020000)