Skip to content

Add support for C++11+ #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions