Commit 0587d63e authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Uncommenting `#define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT` to run GitHub CI...

Uncommenting `#define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT` to run GitHub CI with smart_holder as default. NOT meant for merging.
parent 794ecf6c
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#pragma once #pragma once
#ifndef PYBIND11_USE_SMART_HOLDER_AS_DEFAULT #ifndef PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
// #define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT #define PYBIND11_USE_SMART_HOLDER_AS_DEFAULT
#endif #endif
#include "pytypes.h" #include "pytypes.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment