2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-25 06:22:15 +00:00

Clean up examples.

This commit is contained in:
Stefan Seefeld
2016-10-21 20:07:39 -04:00
parent 07c8cbe652
commit e968329174
26 changed files with 115 additions and 328 deletions

View File

@@ -11,11 +11,11 @@
* non-unit strides.
*/
#include <boost/numpy.hpp>
#include <boost/python/numpy.hpp>
#include <iostream>
namespace p = boost::python;
namespace np = boost::numpy;
namespace np = boost::python::numpy;
#if _MSC_VER
using boost::uint8_t;