mirror of
https://github.com/boostorg/bind.git
synced 2026-01-19 04:02:11 +00: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