Built on debian sid. Trying to run the resulting binary gives me:
/usr/include/c++/8/debug/vector:417:
Error: attempt to subscript container with out-of-bounds index 0, but
container only holds 0 elements.
Objects involved in the operation:
sequence "this" @ 0x0x55ed94072420 {
type = std::__debug::vector<int, std::allocator<int> >;
}
Aborted
This happens both in release and debug builds.
Built on debian sid. Trying to run the resulting binary gives me:
This happens both in release and debug builds.