mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 05:22:45 +00:00
Add cmake build system, fix examples for Windows compatibility.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
namespace p = boost::python;
|
||||
namespace np = boost::numpy;
|
||||
|
||||
#if _MSC_VER
|
||||
using boost::uint8_t;
|
||||
#endif
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
// Initialize the Python runtime.
|
||||
|
||||
Reference in New Issue
Block a user