mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-13 17:13:53 +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 |