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 97b3463 commit 04859f2Copy full SHA for 04859f2
tests/test_stl.cpp
@@ -292,7 +292,7 @@ TEST_SUBMODULE(stl, m) {
292
m.def("func_with_string_or_vector_string_arg_overload", [](std::string) { return 3; });
293
294
// #1807: 2.3.0 regression: <class 'bytes'> is not converted to std::vector<uint8_t> anymore
295
- m.def("func_with_vector_uint8_t_arg", [](std::vector<uint8_t> v) { return v.size(); });
+ //m.def("func_with_vector_uint8_t_arg", [](std::vector<uint8_t> v) { return v.size(); });
296
297
class Placeholder {
298
public:
0 commit comments