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

Rename the user-defined literal from _s to _dyno #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 6, 2018

  1. Rename the user-defined literal from _s to _dyno

    _s is overly general, which is problematic since the only way to use the
    literal is to bring it into scope with `using namespace dyno::literals`,
    which pollutes the global namespace. Using _dyno is less problematic since
    it is more specific to this library, even though the namespace pollution
    problem still remains.
    ldionne committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    cd12cba View commit details
    Browse the repository at this point in the history