[Webkit-unassigned] [Bug 152567] New: [ANGLE][EFL][GTK] Remove 'template<class> class std::auto_ptr is deprecated' compile warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 05:35:59 PST 2015


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

            Bug ID: 152567
           Summary: [ANGLE][EFL][GTK] Remove 'template<class> class
                    std::auto_ptr is deprecated' compile warning
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: ANGLE
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com
                CC: dino at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151227/522d535c/attachment.html>


More information about the webkit-unassigned mailing list