Skip to content

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

Open
ldionne wants to merge 1 commit intomasterfrom
ldionne-literals
Open

Rename the user-defined literal from _s to _dyno#42
ldionne wants to merge 1 commit intomasterfrom
ldionne-literals

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