2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-27 19:02:15 +00:00

removed a duplicate line

[SVN r13298]
This commit is contained in:
Jaakko Järvi
2002-03-28 18:29:44 +00:00
parent eac09d219b
commit 808b2dd7f0

View File

@@ -521,9 +521,6 @@ public:
// we remove the reference now, as we may have to add cv:s
typedef typename boost::remove_reference<type0>::type type1;
typedef typename
detail::remove_reference_and_cv<B>::type plainB;
// A is a reference to pointer
// remove the top level cv qualifiers and reference
typedef typename