mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 17:32:37 +00:00
03fb488579
This is required since format descriptors for string types that were using PYBIND11_DESCR were causing problems on C++14 on Linux. Although this is technically a breaking change, it shouldn't cause problems since the only use of format strings is passing them to buffer_info constructor which expects std::string. Note: for non-structured types, the const char * value is still accessible via ::value for compatibility purpose. |
||
---|---|---|
.. | ||
pybind11 |