Skip to content

Commit 90caab6

Browse files
committed
Remove redundant parenthesis on typedef
Signed-off-by: Ben Magistro <koncept1@gmail.com>
1 parent a541a8d commit 90caab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/bind/mem_fn.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ template<class R, class T> class dm
179179

180180
private:
181181

182-
typedef R (T::*Pm);
182+
typedef R T::*Pm;
183183
Pm pm_;
184184

185185
public:

0 commit comments

Comments
 (0)