Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for newer versions of Clang #1390

Merged
merged 2 commits into from
Jul 12, 2017

Commits on Jun 23, 2017

  1. Change std::vector< std::pair<char const*, char const*> > to auto

    … (C++17)
    
    C++17 added a non-const overload for std::string::data().
    rdwampler committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    49cc123 View commit details
    Browse the repository at this point in the history
  2. Fix issues with redundant qualified names

    Starting in Clang 5, lookup with nested-class names is stricter (e.g., A::A now specifically refers to the constructor name).
    rdwampler committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    c0fb320 View commit details
    Browse the repository at this point in the history