Files
pybind11/tests
Ralf W. Grosse-Kunstleve 29fafcc1b2 Fixing clang-tidy error (related to PR #3049). (#3050)
Example:
```
test_class_sh_unique_ptr_member.cpp:17:5: error: deleted member function should be public [modernize-use-equals-delete,-warnings-as-errors]
    pointee(const pointee &) = delete;
    ^
```
2021-06-19 16:51:09 -07:00
..
2017-01-31 17:05:44 +01:00
2020-10-15 17:38:49 -04:00
2020-11-19 12:09:33 +01:00