Files
pybind11/include
Ralf W. Grosse-Kunstleve 1fb7dc3c64 Resolve new Clang dev C++11 errors:
```
The CXX compiler identification is Clang 17.0.0
```

```
pytypes.h:1615:23: error: identifier '_s' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
```

```
cast.h:1380:26: error: identifier '_a' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator]
```
2023-07-26 12:22:55 -07:00
..