Skip to content

Commit 699ac69

Browse files
authored
Update tests/test_custom_type_casters.cpp
1 parent 34146ee commit 699ac69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_custom_type_casters.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ struct type_caster<other_lib::MyType> : public other_lib::my_caster {};
134134
} // namespace detail
135135
} // namespace PYBIND11_NAMESPACE
136136

137-
// This simply is required to compile
137+
// 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)
138139
namespace ADL_issue {
139140
template <typename OutStringType = std::string, typename... Args>
140141
OutStringType concat(Args &&...) {

0 commit comments

Comments
 (0)