rust-cpp icon indicating copy to clipboard operation
rust-cpp copied to clipboard

undefined reference to `std::__throw_bad_array_new_length()'

Open StHagel opened this issue 3 years ago • 0 comments

I have some code, which uses the cpp! Macro. Trying to compile it, I get the following error messages during the linking: https://pastebin.com/gC65PeZy

Just running cargo check' does not show any errors or warnings, but when trying to cargo build` it, the linking fails. Any idea on what may be causing this?

StHagel avatar May 12 '22 10:05 StHagel