Support for std::shared_ptr<const foo>
#235
-
I want to wrap some C++ code that uses
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Supporting constant instances properly (Boost.Python-style) would be a massive change and is extremely unlikely to happen. Let me cite the documentation: The codebase has to adapt to the binding tool and not the other way around |
Beta Was this translation helpful? Give feedback.
Supporting constant instances properly (Boost.Python-style) would be a massive change and is extremely unlikely to happen. Let me cite the documentation: The codebase has to adapt to the binding tool and not the other way around