Skip to content

Commit 04859f2

Browse files
committed
also commenting out the new lambda function in test_stl.cpp
1 parent 97b3463 commit 04859f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_stl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ TEST_SUBMODULE(stl, m) {
292292
m.def("func_with_string_or_vector_string_arg_overload", [](std::string) { return 3; });
293293

294294
// #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(); });
295+
//m.def("func_with_vector_uint8_t_arg", [](std::vector<uint8_t> v) { return v.size(); });
296296

297297
class Placeholder {
298298
public:

0 commit comments

Comments
 (0)