We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08d26 commit 0987a87Copy full SHA for 0987a87
docs/advanced/exceptions.rst
@@ -164,6 +164,9 @@ section.
164
may be explicitly (re-)thrown to delegate it to the other,
165
previously-declared existing exception translators.
166
167
+ Libc++ `behaves differently <https://stackoverflow.com/questions/19496643/using-clang-fvisibility-hidden-and-typeinfo-and-type-erasure/28827430>`_
168
+ with ``-fvisibility=hidden``. So you'll need to explicitly export exceptions who'll be used across ABI boundaries as ``tests/test_exceptions.h``.
169
+
170
.. _handling_python_exceptions_cpp:
171
172
Handling exceptions from Python in C++
0 commit comments