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 34146ee commit 699ac69Copy full SHA for 699ac69
tests/test_custom_type_casters.cpp
@@ -134,7 +134,8 @@ struct type_caster<other_lib::MyType> : public other_lib::my_caster {};
134
} // namespace detail
135
} // namespace PYBIND11_NAMESPACE
136
137
-// This simply is required to compile
+// This simply is required to compile, there is nothing to check at runtime
138
+// See PR https://github.com/pybind/pybind11/pull/4955 (compilation error due to ADL)
139
namespace ADL_issue {
140
template <typename OutStringType = std::string, typename... Args>
141
OutStringType concat(Args &&...) {
0 commit comments