Skip to content

Commit 4d04554

Browse files
committed
Effectively undoing pybind#2999, to see what platforms are affected.
1 parent 07a61aa commit 4d04554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
// different visibility
103103
# define PYBIND11_EXPORT_EXCEPTION
104104
# else
105-
# define PYBIND11_EXPORT_EXCEPTION PYBIND11_EXPORT
105+
# define PYBIND11_EXPORT_EXCEPTION
106106
# endif
107107
#endif
108108

0 commit comments

Comments
 (0)