Wrote a small patch for some simple things:
* add static keyword to some constants
-> is redundant but makes things more explicit
* moved primitive member initialization from constructors to definition
-> is possible in c++11 which is required anyway
-> also fixes the typo in struct with_errno where instead
of the member variable, the global errno macro was written
-> may break msvc compatiblity even further :)
Review and apply if you like it.
Original issue reported on code.google.com by
movat...@gmail.comon 10 Mar 2015 at 10:08Attachments: