Skip to content

Commit 6b86109

Browse files
authored
Merge pull request #38 from bmagistro/remove-redundant-parentesis
Remove redundant parenthesis on typedef
2 parents e4b7954 + 90caab6 commit 6b86109

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)