Updates to cope with Borland C++ 5.51

[SVN r7697]
This commit is contained in:
John Maddock
2000-09-09 10:20:24 +00:00
parent 5b06dd0d0d
commit 3ddb9abc3c
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ struct call_traits<T&>
typedef T& param_type; // hh removed const
};
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x550)
#if defined(__BORLANDC__) && (__BORLANDC__ <= 0x551)
// these are illegal specialisations; cv-qualifies applied to
// references have no effect according to [8.3.2p1],
// C++ Builder requires them though as it treats cv-qualified