2
0
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:
Peter Dimov
2026-01-03 14:35:01 +02:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ public:
private: private:
typedef R (T::*Pm); typedef R T::*Pm;
Pm pm_; Pm pm_;
public: public: