Delegate implementation to std::experimental#12
Conversation
|
Will likely be able to add back some support once we have a switch and have alternative implementations. This compiler requirement is pretty crazy for llvm. |
|
Where are we at with this PR now given that the other PR has 20 as the base? |
|
@wusatosi I don't understand all the removals. We should just remove the compilers that do not support C++20. |
The removed compilers doesn't have std::experimental |
That PR is Irrelevant to this. |
JeffGarland
left a comment
There was a problem hiding this comment.
ok this looks ready to go -- lets merge it
Delegate implementation detail to
std::experimental.Note that this removes support for
This is the complication I was complaining about in #3 .
This also means our project currently only support > C++20.