Added C++ Builder 6 binary compatibilty fixes,

Updated gcc makefiles to build archive index.


[SVN r14088]
This commit is contained in:
John Maddock
2002-06-06 11:33:46 +00:00
parent 293b945785
commit b856079e74
5 changed files with 24 additions and 4 deletions

View File

@ -26,6 +26,10 @@
#include <boost/regex.hpp>
#include "regress.h"
# ifdef BOOST_MSVC
# pragma warning(disable: 4244 4267)
#endif
using namespace boost;
template <class M1, class M2>