We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f418c0 commit 1e785bbCopy full SHA for 1e785bb
include/pybind11/pybind11.h
@@ -10,9 +10,6 @@
10
11
#pragma once
12
13
-//
14
-// THE `push` HERE NEED TO BE KEPT IN SYNC WITH THE CORRESPONDING `pop` AT THE BOTTOM OF THIS FILE.
15
16
#if defined(_MSC_VER) && !defined(__INTEL_COMPILER)
17
# pragma warning(push)
18
# pragma warning(disable: 4100) // warning C4100: Unreferenced formal parameter
@@ -2375,9 +2372,6 @@ inline function get_overload(const T *this_ptr, const char *name) {
2375
2372
2376
2373
PYBIND11_NAMESPACE_END(PYBIND11_NAMESPACE)
2377
2374
2378
2379
-// THE `pop` HERE NEED TO BE KEPT IN SYNC WITH THE CORRESPONDING `push` AT THE TOP OF THIS FILE.
2380
2381
2382
# pragma warning(pop)
2383
#elif defined(__GNUG__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
0 commit comments