david-maw / StreamSSL

The StreamSSL sample described in CodeProject
Other
47 stars 24 forks source link

class member initialization order (in ctor) is wrong in some classes. #42

Closed 0ric1 closed 5 years ago

0ric1 commented 5 years ago

It should be in the same order in which they are declared in the class definition, else it could lead to undefined behavior.