⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 283317 in webkit


Ignore:
Timestamp:
Sep 30, 2021, 10:09:18 AM (5 years ago)
Author:
Darin Adler
Message:

Add StdLibExtras.h include to a file that uses bitwise_cast without including it
https://bugs.webkit.org/show_bug.cgi?id=231027

Reviewed by Yusuke Suzuki.

  • wtf/RawPtrTraits.h: Include StdLibExtras.h.
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r283284 r283317  
     12021-09-30  Darin Adler  <darin@apple.com>
     2
     3        Add StdLibExtras.h include to a file that uses bitwise_cast without including it
     4        https://bugs.webkit.org/show_bug.cgi?id=231027
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * wtf/RawPtrTraits.h: Include StdLibExtras.h.
     9
    1102021-09-29  Fujii Hironori  <Hironori.Fujii@sony.com>
    211
  • trunk/Source/WTF/wtf/RawPtrTraits.h

    r268993 r283317  
    2828#include <cstdint>
    2929#include <utility>
     30#include <wtf/StdLibExtras.h>
    3031
    3132namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.