Files
pybind11/include/pybind11
Ralf W. Grosse-Kunstleve 432bc5cfb5 Add std::string clean_type_id(const char *typeid_name) overload (in namespace detail). (#4049)
Very minor refactoring to ease development and debugging.

Having to declare a local `std::string` has bugged me many times. Nice to get this little nuisance out of the way.

Extracted from PR #4022, where it is used like this:

```
    std::fprintf(stdout,
                 "\nTYPE_CASTER_ODR_GUARD_IMPL %s %s\n",
                 clean_type_id(intrinsic_type_info.name()).c_str(),
                 source_file_line_from_sloc.c_str());
```
2022-07-07 19:08:10 -07:00
..
2022-07-06 16:35:12 -04:00
2022-02-11 19:06:16 -05:00
2022-07-06 16:35:12 -04:00
2022-03-02 15:25:43 -05:00
2022-06-03 15:18:06 -04:00