Skip to content

Commit 98365dc

Browse files
committed
removed version printer
1 parent 26f1dc4 commit 98365dc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/mp_lambda.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,10 @@
88

99

1010
#if 1
11-
#include <boost/mp11/detail/config.hpp>
12-
13-
#if BOOST_MP11_MSVC
14-
#define CONCAT_(A, B) A ## B
15-
#define CONCAT(A, B) CONCAT_(A, B)
16-
#define MSVC_VERSION CONCAT(msvc_version_, BOOST_MP11_MSVC)
17-
18-
#pragma deprecated(MSVC_VERSION)
19-
#pragma warning(default: 4995)
20-
21-
static int MSVC_VERSION = 0;
22-
#endif
23-
2411
int main()
2512
{
2613
using type = int() const;
2714
}
28-
2915
#else
3016
#include <boost/mp11/lambda.hpp>
3117
#include <boost/mp11/detail/config.hpp>

0 commit comments

Comments
 (0)