Skip to content

Cleanup patch #9

Description

@GoogleCodeExporter
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.com on 10 Mar 2015 at 10:08

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions