Problem: inconsistent naming style for private data members, conflicts with naming of local variables and member functions

Solution: apply and check _lower_case naming style for private data members
This commit is contained in:
Simon Giesecke
2018-05-27 11:10:39 +02:00
parent 06cfd0d8ad
commit e3c73d9881
143 changed files with 5783 additions and 4051 deletions

View File

@@ -249,7 +249,7 @@ class msg_t
char group[16];
uint32_t routing_id;
} delimiter;
} u;
} _u;
};
inline int close_and_return (zmq::msg_t *msg_, int echo_)