[Bug 284378] www/webkit2-gtk: interactions with C++ dependencies built with clang/libc++ causes WebProcess crash

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 30 Jan 2025 04:38:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284378

--- Comment #30 from shamaz.mazum@gmail.com ---
(In reply to Charlie Li from comment #26)

> However, this looks like the libstdc++ implementation of std::pair, which I'm not easy about including here.

I just copy-pasted it from the web. I dunno you can retype it, remove comments,
change variable names and get new code without GPL restrictions (if you are
afraid of those).

These ten lines of code are so simple that every reimplementation of std::pair
will look like GPL licensed code from GNU libstdc++.

You can also write explicit copy constructor PlatformSample if you wish. This
job is also trivial.

Building with GCC is not an option, as I see it.

-- 
You are receiving this mail because:
You are the assignee for the bug.