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
Note that the same thing works for other xt:: types that are default-constructible (like containers) while it fails for xview, which are not default-constructible.
Bug Report
I am seeing a situation where
picks up the default deserializer, which yields in my case
while an unqualified call to
from_Json
likeresults in the right overload being picked up through ADL.
This came up in the xtensor PR xtensor-stack/xtensor#830 in which I joined an example notebook:
https://github.com/SylvainCorlay/xtensor/blob/d4a67ac488fc10a99b7238d9314a9970f5562c34/notebooks/json.ipynb
Clang (through cling) for the example, but I see the same thing in gcc.
develop
branch?no
no compilation error
The text was updated successfully, but these errors were encountered: