https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284378
--- Comment #33 from [email protected] --- 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.
