2
0
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:
Ben Magistro
2025-07-29 01:33:35 +00:00
parent a541a8d5c1
commit 90caab61f2

View File

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