Bug Report
- What is the issue you have?
I am seeing a situation where
picks up the default deserializer, which yields in my case
Standard Exception: [json.exception.type_error.302] type must be number, but is array
while an unqualified call to from_Json like
results in the right overload being picked up through ADL.
- Please describe the steps to reproduce the issue. Can you provide a small but working code example?
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.
- Did you use a released version of the library or the version from the
develop branch?
no
no compilation error
Bug Report
I am seeing a situation where
picks up the default deserializer, which yields in my case
while an unqualified call to
from_Jsonlikeresults 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.
developbranch?no
no compilation error