You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, there's another workaround that uses multiple inheritance and std::aligned_union.
(Actually, I've no looked at the method in boost-developers-archive; so, it may be
the same implementation as I was thinking of).
The text was updated successfully, but these errors were encountered:
add a get_at_val with the template args reversed. The get_at_val()
would return the Key at the given ValueType, and from that, you could get the needed
allowed_inner_type enumerator. WARNING: not tested.
The comment here:
https://github.com/BoostGSoC17/dataframe/blob/master/include/df.cpp#L44
mentions a problem with boost::variant which may be solved by the implementation
mentioned in this thread:
https://groups.google.com/forum/#!msg/boost-developers-archive/35ghGGPePuM/4W2hlvFRDgAJ
In addition, there's another workaround that uses multiple inheritance and std::aligned_union.
(Actually, I've no looked at the method in boost-developers-archive; so, it may be
the same implementation as I was thinking of).
The text was updated successfully, but these errors were encountered: