mirror of
https://github.com/boostorg/bind.git
synced 2026-01-19 04:02:11 +00:00
Merge pull request #38 from bmagistro/remove-redundant-parentesis
Remove redundant parenthesis on typedef
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