Files
pybind11/include/pybind11
Axel Huebl 7cd569c703 Fix Compile Error: str Naming
This fixes a build error compiling with `nvcc/7.5` + `gcc/4.9.2`
causing a
```
./include/pybind11/pybind11.h(952): here

./include/pybind11/pytypes.h: In member function ‘pybind11::str pybind11::handle::str() const’:
./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’
     return pybind11::str(str, false);
        ^
./include/pybind11/pytypes.h:269:8: error: expected ‘;’ before ‘class’
./include/pybind11/pytypes.h:269:8: error: expected primary-expression before ‘class’
```
2016-01-19 01:26:52 +01:00
..
2016-01-18 22:15:16 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-17 22:31:15 +01:00
2016-01-18 22:15:16 +01:00
2016-01-19 01:26:52 +01:00
2016-01-18 22:15:20 +01:00