Skip to content

Conversation

@yhager
Copy link
Contributor

@yhager yhager commented May 13, 2015

sub_document.append() specializations for std::string and
stdx::string_view keyed tuples fail to forward for the various cv and
ref qualified variants. To keep up the perfect forwarding, these
functions need to take the key type as a template type parameter and
SFINAE themselves to disambiguate.

Credit: @hanumantmk, see PR #281

sub_document.append() specializations for std::string and
stdx::string_view keyed tuples fail to forward for the various cv and
ref qualified variants.  To keep up the perfect forwarding, these
functions need to take the key type as a template type parameter and
SFINAE themselves to disambiguate.
@amidvidy
Copy link
Contributor

This LGTM. @hanumantmk PTAL

@hanumantmk
Copy link
Contributor

LGTM for me as well

hanumantmk added a commit that referenced this pull request May 13, 2015
sub_document.append() specializations for std::string and
stdx::string_view keyed tuples fail to forward for the various cv and
ref qualified variants.  To keep up the perfect forwarding, these
functions need to take the key type as a template type parameter and
SFINAE themselves to disambiguate.

Closes #291, #281

Signed-off-by: Adam Midvidy <amidvidy@gmail.com>
@amidvidy amidvidy closed this May 13, 2015
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.

3 participants