mirror of
https://review.haiku-os.org/haiku
synced 2025-02-08 22:58:18 +01:00
Apparently not linking to libstdc++ correctly is causing an error. Also, use new(std::nothrow) when creating the input server filter to avoid an exception from being thrown by the constructor in the case of low memory.