[Bug 284378] www/webkit2-gtk: interactions with C++ dependencies built with clang/libc++ causes WebProcess crash
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jan 2025 05:56:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284378
--- Comment #33 from shamaz.mazum@gmail.com ---
This is enough:
template<class _T1, class _T2>
struct mypair {
_T1 x; _T2 y;
mypair() : x(), y() { }
};
I updated my port here:
https://github.com/shamazmazum/freebsd-ports/tree/standard-llvm/www/webkit2-gtk
--
You are receiving this mail because:
You are on the CC list for the bug.