also commenting out the new lambda function in test_stl.cpp

parent 97b34638
......@@ -292,7 +292,7 @@ TEST_SUBMODULE(stl, m) {
m.def("func_with_string_or_vector_string_arg_overload", [](std::string) { return 3; });
// #1807: 2.3.0 regression: <class 'bytes'> is not converted to std::vector<uint8_t> anymore
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(); });
class Placeholder {
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment