mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-03 05:37:31 +00:00
self.__cpp_transporter__() proof of concept: Enable passing C++ pointers across extensions even if the PYBIND11_INTERNALS_VERSIONs do not match.
This commit is contained in:
4
tests/test_cpp_transporter.cpp
Normal file
4
tests/test_cpp_transporter.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "pybind11_tests.h"
|
||||
#include "test_cpp_transporter_traveler_bindings.h"
|
||||
|
||||
TEST_SUBMODULE(cpp_transporter, m) { pybind11_tests::test_cpp_transporter::wrap_traveler(m); }
|
||||
Reference in New Issue
Block a user