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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user