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

Fixed ambigiuous lookup for symbol 'test' #20278

Merged
merged 1 commit into from Aug 30, 2017

Commits on Aug 27, 2017

  1. Fixed ambigiuous lookup for symbol 'test'

    We use the namespace 'test' in this header which then breaks every
    translation unit that also defines a test function, as defining
    a namespace and a function with the same name doesn't work.
    
    This patch gives this namespace a more unique name that we don't
    run into this problem in the future.
    Teemperor committed Aug 27, 2017
    Copy the full SHA
    a6aa50a View commit details
    Browse the repository at this point in the history