removed olf workarounds for vc6.5 and added documentation for building with autotools

This commit is contained in:
Arvid Norberg
2005-08-15 18:03:57 +00:00
parent 6969db4e7d
commit d19c2c6483
13 changed files with 488 additions and 448 deletions

View File

@@ -38,13 +38,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include <cctype>
#include <algorithm>
#if defined(_MSC_VER) && _MSC_VER < 1300
namespace std
{
using ::isalnum;
}
#endif
namespace libtorrent
{
std::string unescape_string(std::string const& s)