pybind11/include/pybind11
Jason Rhinelander c8f07b5d01 Use a named rather than anon struct in instance
The anonymous struct nested in a union triggers a -Wnested-anon-type
warning ("anonymous types declared in an anonymous union are an
extension") under clang (#1204).  This names the struct and defines it
out of the definition of `instance` to get around to warning (and makes
the code slightly simpler).
2018-02-07 10:54:31 +01:00
..
detail Use a named rather than anon struct in instance 2018-02-07 10:54:31 +01:00
attr.h Reduce binary size overhead of new-style constructors 2017-08-28 16:08:53 +02:00
buffer_info.h Move internal headers into detail subdirectory 2017-08-17 04:06:35 +02:00
cast.h Fix premature destruction of args/kwargs arguments 2018-02-07 10:54:31 +01: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 Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
eigen.h Silence new MSVC C++17 deprecation warnings 2018-02-07 10:54:31 +01:00
embed.h Make PYBIND11_MODULE name usable with define (#1082) 2017-09-13 19:02:53 +02:00
eval.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
functional.h Force hidden visibility on pybind code 2017-08-14 11:40:38 -04:00
iostream.h Utility for redirecting C++ streams to Python (#1009) 2017-08-25 02:12:43 +02:00
numpy.h Fix compilation with Clang on host GCC < 5 (old libstdc++) 2017-09-08 12:48:14 +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 Simplify arg copying 2018-02-07 10:54:31 +01:00
pytypes.h Fix implicit conversion of accessors to types derived from py::object 2017-09-11 10:09:32 +02:00
stl_bind.h Update enum_ and bind_vector to new-style init and pickle 2017-08-31 01:28:07 +02:00
stl.h Fix STL casters for containers with proxies (regression) 2017-09-10 12:25:10 +02:00