pybind11/include/pybind11
Rune Paamand 73634b6db7 Update iostream.h: Changed a local varname 'self' to 'self_' (#1535)
* Update iostream.h: Changed a local varname 'self' to 'self_'

Avoiding conflicts in namespace pybind11::self.
https://github.com/pybind/pybind11/issues/1531
2018-09-27 16:26:42 +02:00
..
detail fix regression reported by @cyfdecyf in #1454 (#1517) 2018-09-11 09:32:45 +02:00
attr.h Fix potential crash when calling an overloaded function (#1327) 2018-09-25 23:55:18 +02:00
buffer_info.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
cast.h Fix potential crash when calling an overloaded function (#1327) 2018-09-25 23:55:18 +02:00
chrono.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
common.h Add a dummy common.h header with a deprecation warning 2017-09-06 15:22:26 +02:00
complex.h Add -Wdeprecated to test suite and fix associated warnings (#1191) 2017-11-22 17:37:41 -04:00
eigen.h stl.h: propagate return value policies to type-specific casters (#1455) 2018-07-17 16:56:26 +02:00
embed.h Fix segfault when reloading interpreter with external modules (#1092) 2018-01-11 19:46:10 -04:00
eval.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
functional.h Simplify function signature annotation and parsing 2017-09-16 12:02:49 +02:00
iostream.h Update iostream.h: Changed a local varname 'self' to 'self_' (#1535) 2018-09-27 16:26:42 +02:00
numpy.h fix copy-paste error: non-const -> const 2018-08-28 23:23:13 +02:00
operators.h Access C++ hash functions from Python and vice versa (#1034) 2017-08-30 14:22:00 +02:00
options.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
pybind11.h Fix potential crash when calling an overloaded function (#1327) 2018-09-25 23:55:18 +02:00
pytypes.h relax operator[] for tuples, lists, and sequences 2018-09-11 22:08:26 +02:00
stl_bind.h fix return from std::map bindings to __delitem__ (#1229) 2018-01-11 19:43:37 -04:00
stl.h stl.h: propagate return value policies to type-specific casters (#1455) 2018-07-17 16:56:26 +02:00