moshimo2019

Results 3 issues of moshimo2019

When I used `rust::Vec` in c++, I got the following error: ``` = note: bazel-out/k8-opt/bin/libbridge.a(lib.rs.o):lib.rs.cc:function cxxbridge1$check: error: undefined reference to 'rust::cxxbridge1::Vec::Vec()' bazel-out/k8-opt/bin/libbridge.a(lib.rs.o):lib.rs.cc:function cxxbridge1$check: error: undefined reference to 'rust::cxxbridge1::Vec::drop()' collect2: error:...

The `Resize` function doesn't change `stride_` if resize_type == kSetZero and `rows == MatrixBase::num_rows_ && cols == MatrixBase::num_cols_`. The following code will crash if the column of the matrix to...

stale

clang version 14.0.7 bazel 5.3.0 The minimal source code `source.cc` is ```c++ #include struct S { S() { // std::ios_base::Init init; std::cout