Skip to content

Add support for C++11+ #3

@ichramm

Description

@ichramm

The idea is to create a file detail/compiler.hpp on which to declare the aliases needed to replace the classes provided by boost with those provided by the standard library in C++11.

  • boost::thread -> std::thread
  • boost::mutex -> std::mutex
  • etc

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions