Skip to content

Commit 101961a

Browse files
author
Aleksey Gurtovoy
committed
remove old MSVC 6.5 workaround
[SVN r17564]
1 parent 29d1f86 commit 101961a

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

test/bienstman2.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#include <boost/python/def.hpp>
33
#include <boost/python/class.hpp>
44

5-
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 // works around a name lookup bug
6-
# define C C_
7-
#endif
85
struct C {};
96

107
struct D {};

test/m1.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ struct B : A
172172
int x;
173173
};
174174

175-
#if BOOST_MSVC == 1200
176-
# define C C_
177-
#endif
178-
179175
struct C : A
180176
{
181177
C() : x(2) {}

0 commit comments

Comments
 (0)