-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Value to tuple #515
Value to tuple #515
Conversation
|
bd97fee
to
19e70ed
Compare
Codecov Report
@@ Coverage Diff @@
## develop #515 +/- ##
========================================
Coverage 99.10% 99.10%
========================================
Files 67 67
Lines 6049 6057 +8
========================================
+ Hits 5995 6003 +8
Misses 54 54
Continue to review full report at Codecov.
|
19e70ed
to
3a035d0
Compare
|
#if ! defined(BOOST_JSON_STANDALONE) | ||
|
||
template <std::size_t... Is> | ||
using index_sequence = boost::mp11::index_sequence<Is...>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice
I really don't have the skills to review stuff related to |
If it passes msvc-14.0 CI it's probably good. |
Looks good to me. To repeat what I said on Slack, now that tuple-likes are supported it looks like general maps (where the key is not string-like) would also start working (being treated as sequences of pairs.) If they do work, we need to have a test for it. If they don't, we might want to look into why. |
3a035d0
to
0622450
Compare
|
0622450
to
43bf790
Compare
|
43bf790
to
4c152fc
Compare
|
4c152fc
to
3cbb737
Compare
An automated preview of the documentation is available at https://515.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
3cbb737
to
773711e
Compare
An automated preview of the documentation is available at https://515.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
773711e
to
aae1863
Compare
An automated preview of the documentation is available at https://515.jsondocs.prtest.cppalliance.org/libs/json/doc/html/index.html |
|
Fix #508