Utility for redirecting C++ streams to Python (#1009)

This commit is contained in:
Henry Schreiner
2017-08-24 17:12:43 -07:00
committed by Dean Moldovan
parent 3d8df5af03
commit 8b40505575
8 changed files with 560 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ else:
'include/pybind11/embed.h',
'include/pybind11/eval.h',
'include/pybind11/functional.h',
'include/pybind11/iostream.h',
'include/pybind11/numpy.h',
'include/pybind11/operators.h',
'include/pybind11/options.h',