mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 09:03:54 +00:00
876eeab4ca
This somewhat heavyweight solution will avoid size_t/long long/long/int mismatches on various platforms once and for all. The previous template overloads could e.g. not handle size_t on Darwin. One gotcha: the 'format_descriptor<T>::value()' syntax changed to just 'format_descriptor<T>::value' |
||
---|---|---|
.. | ||
pybind11 |