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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user