mirror of
https://github.com/boostorg/bind.git
synced 2026-01-25 08:42:27 +01:00
Remove redundant parenthesis on typedef
Signed-off-by: Ben Magistro <koncept1@gmail.com>
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
typedef R (T::*Pm);
|
||||
typedef R T::*Pm;
|
||||
Pm pm_;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user