Skip to content

Commit 123b829

Browse files
Typo
1 parent 2f1bb2d commit 123b829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class cpp_function : public function {
190190

191191
new ((capture *) &rec->data) capture{std::forward<Func>(f)};
192192

193-
#if !PYBIND_HAS_STD_LAUNDER
193+
#if !PYBIND11_HAS_STD_LAUNDER
194194
PYBIND11_DISABLE_WARNING_GCC("-Wstrict-aliasing")
195195
#endif
196196

0 commit comments

Comments
 (0)