disabling BOOST_STRING_TYPENAME expansion on borland

?will it help?


[SVN r22454]
This commit is contained in:
Pavol Droba
2004-03-07 17:17:44 +00:00
parent 71ffcff092
commit 055be9d55d

View File

@ -16,6 +16,10 @@
# error "macro already defined!" # error "macro already defined!"
#endif #endif
#ifdef __BORLANDC__
#define BOOST_STRING_TYPENAME
#else
#define BOOST_STRING_TYPENAME BOOST_DEDUCED_TYPENAME #define BOOST_STRING_TYPENAME BOOST_DEDUCED_TYPENAME
#endif
#endif // BOOST_STRING_CONFIG_HPP #endif // BOOST_STRING_CONFIG_HPP