Joel de Guzman
Joel de Guzman
I suppose it makes sense to merge this. I have a request though: would you take care of support related issues related to these additions?
Makes sense! Would you contribute a patch or a PR? ;-)
It looks like a bug with `make_map`. In the meantime, a workaround not using `make_map`, but directly using `map`. Something like: ```c++ #include #include #include using namespace boost::fusion; typedef map<...
> I wonder why `arg` is lvalue reference rather than forwarding reference Well, actually fusion predates c++11. There are still some things need to be reworked, but care must be...
If you think this is a fusion issue, please post an MVCE (without any dependencies). I have no expertise on the other dependent libraries.
> Has this issue been solved? Again, please post an MVCE https://stackoverflow.com/help/minimal-reproducible-example
> #include This is not directly a Boost.Fusion issue, and should probably be redirected to Boost.Numeric.Odeint instead.
What is `non_fusion_tag` ? [edit, sorry if that was not clear]... I meant why is the link pointing to the `non_fusion_tag` ?
Ah. Makes sense. Go for it.