WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
152567
[ANGLE][EFL][GTK] Remove 'template<class> class std::auto_ptr is deprecated' compile warning
https://bugs.webkit.org/show_bug.cgi?id=152567
Summary
[ANGLE][EFL][GTK] Remove 'template<class> class std::auto_ptr is deprecated' ...
Joonghun Park
Reported
2015-12-27 05:35:59 PST
Remove 'template<class> class std::auto_ptr is deprecated' compile warning which is Angle related. ../../Source/ThirdParty/ANGLE/src/compiler/preprocessor/MacroExpander.h:83:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] std::auto_ptr<Token> mReserveToken; Because auto_ptr is deprecated as of C++11, we should use unique_ptr instead.
Attachments
Patch
(1.43 KB, patch)
2015-12-27 05:39 PST
,
Joonghun Park
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joonghun Park
Comment 1
2015-12-27 05:39:40 PST
Created
attachment 267942
[details]
Patch
WebKit Commit Bot
Comment 2
2015-12-27 05:41:22 PST
Note that there are important steps to take when updating ANGLE. See
http://trac.webkit.org/wiki/UpdatingANGLE
WebKit Commit Bot
Comment 3
2015-12-28 09:23:13 PST
Comment on
attachment 267942
[details]
Patch Clearing flags on attachment: 267942 Committed
r194430
: <
http://trac.webkit.org/changeset/194430
>
WebKit Commit Bot
Comment 4
2015-12-28 09:23:18 PST
All reviewed patches have been landed. Closing bug.
David Kilzer (:ddkilzer)
Comment 5
2015-12-28 09:57:46 PST
Did anyone file an upstream bug for this, or is it already fixed upstream?
David Kilzer (:ddkilzer)
Comment 6
2015-12-28 10:04:46 PST
(In reply to
comment #5
)
> Did anyone file an upstream bug for this, or is it already fixed upstream?
Filed: <
https://bugs.chromium.org/p/angleproject/issues/detail?id=1269
>
Joonghun Park
Comment 7
2015-12-28 18:21:01 PST
(In reply to
comment #6
)
> (In reply to
comment #5
) > > Did anyone file an upstream bug for this, or is it already fixed upstream? > > Filed: <
https://bugs.chromium.org/p/angleproject/issues/detail?id=1269
>
Nice :) Thank you David.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug