Variadic fusion::vector. - #89
Merged
Merged
Conversation
…on-constexpr compatible.
Further test cases and fixes for #11211
fix some typos in the documentation
Fix testcase when BOOST_PP_VARIADICS is disabled
Merging master in develop
…69-adapt-empty-struct Fix ticket #11269 to adapt an empty struct
…69-adapt-empty-struct Adds test case for each adapter macros we support to adapt an empty type
Best not to use type_traits undocumented details, these will be moving soon, and use of this header will warn loud and clear if you continue to use it.
Stop Using type_traits details.
now it doesn't work properly.
Remove obsolete workaround.
Compiler yields compile error within a function witch used in unevaluate context of constexpr function because of CWG 1581 [2]. 1. https://llvm.org/bugs/show_bug.cgi?id=23135 2. http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1581
Fix issue 11267
[WIP] Just move non-variadics into its own cpp03 dir.
Move non-variadics into its own cpp03 dir and adjust include paths.
Move cpp03 list_tie into detail dir.
Thanks to Lee Clagett.
Collaborator
Author
|
Thanks! |
Collaborator
|
Don't thank me, I just push buttons. You do all the hard work. THANK YOU, Kohei! |
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.
prev: #86
[Note: This PR seems big since
variadicsis behinddevelop.]