On 2023-02-17 10:23, Xi Ruoyao wrote:
On Fri, 2023-02-17 at 08:51 +0000, i.nixman--- via Gcc-help wrote:1. will the problem be solved by "pushing" a debug version of libstdc++on the remote machine?Yes if you set LD_LIBRARY_PATH or something correctly. But -static-libstdc++ is easier.
will try this way.
You can't. Defining anything in std namespace is undefined behavior.
ah, right... thanks!