Skip to content

Conversation

ldionne
Copy link
Owner

@ldionne ldionne commented Jan 6, 2018

Fixes #38

_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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use a less generic user-defined literal
1 participant