From 4d04554807493b92cf4e86034f828129ecc922c2 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 24 Oct 2022 21:13:12 -0700 Subject: [PATCH] Effectively undoing #2999, to see what platforms are affected. --- include/pybind11/detail/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pybind11/detail/common.h b/include/pybind11/detail/common.h index b43100b95a..bad17e818b 100644 --- a/include/pybind11/detail/common.h +++ b/include/pybind11/detail/common.h @@ -102,7 +102,7 @@ // different visibility # define PYBIND11_EXPORT_EXCEPTION # else -# define PYBIND11_EXPORT_EXCEPTION PYBIND11_EXPORT +# define PYBIND11_EXPORT_EXCEPTION # endif #endif