Fix for issue #7607 (efficient mapping between enum values and strings)#7624
Closed
ywkaras wants to merge 1 commit intoapache:masterfrom
Closed
Fix for issue #7607 (efficient mapping between enum values and strings)#7624ywkaras wants to merge 1 commit intoapache:masterfrom
ywkaras wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
The CodeOrStr template may also be useful to efficiently handle sets of MIME headers. |
Member
|
Seems like overkill. To be honest, I don't want to maintain the utilities. |
Contributor
Author
|
What do you propose as an alternative approach to resolve this issue? |
f063a34 to
e3088a8
Compare
Member
|
I recommended bringing in |
Contributor
Author
|
I knew it was too good to be true that I'd get to overload the comma operator. |
78aaf46 to
de3c4fb
Compare
Member
|
i"d just move the current strcmp logic into the callback function. |
1009d00 to
a2be560
Compare
da47e42 to
d622c69
Compare
apache#7607 Provides utilities for handling values that can be represented as either a string or a number in a 0-base range.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#7607
Provides utilities for handling values that can be represented as either a string or a number in
a 0-base range.