[Webkit-unassigned] [Bug 113913] [SOUP] Remove unnecessary explicit keyword in SocketStreamError.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 04:12:42 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113913





--- Comment #3 from Seokju Kwon <seokju.kwon at gmail.com>  2013-04-04 04:10:55 PST ---
(In reply to comment #2)
> (From update of attachment 196428 [details])
> Why is the keyword not needed in this case? Do we want to use it in implicit conversions?

It seems that c++11 supports for explicit keyword on multi-arg constructor.
But normally, we use the C++ keyword explicit for constructors with one argument.
So, I have just removed it like other ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list