Skip to content

Conversation

@Flast
Copy link
Collaborator

@Flast Flast commented Sep 4, 2016

No description provided.

Flast and others added 3 commits September 1, 2016 00:55
In some cases, result type deduction is failed due to specialization
restricts to const cv-ref even though doesn't change it.

```
const char X = 'x';
phx::find(boost::as_literal("fox"), arg1)(X); // works

char X = 'x';
phx::find(boost::as_literal("fox"), arg1)(X); // should be accepted, but...
```
@Flast Flast merged commit 5e7bd92 into master Sep 4, 2016
@Flast Flast deleted the develop-1.62.0 branch October 4, 2016 15:25
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