Closed Bug 1466168 Opened 6 years ago Closed 6 years ago

mozilla::Forward -> std::forward

Categories

(Firefox Build System :: General, enhancement)

3 Branch
enhancement
Not set
normal

Tracking

(firefox62 fixed)

RESOLVED FIXED
mozilla62
Tracking Status
firefox62 --- fixed

People

(Reporter: emilio, Assigned: emilio)

References

Details

Attachments

(1 file)

      No description provided.
Comment on attachment 8982574 [details]
Bug 1466168: Remove mozilla::Forward in favor of std::forward.

https://reviewboard.mozilla.org/r/248556/#review254772

Thank you!

::: dom/animation/Animation.cpp:16
(Diff revision 1)
>  #include "mozilla/dom/DocumentTimeline.h"
>  #include "mozilla/AnimationTarget.h"
>  #include "mozilla/AutoRestore.h"
>  #include "mozilla/AsyncEventDispatcher.h" // For AsyncEventDispatcher
>  #include "mozilla/Maybe.h" // For Maybe
> -#include "mozilla/TypeTraits.h" // For Forward<>
> +#include "mozilla/TypeTraits.h" // For std::forward<>

O.o
Attachment #8982574 - Flags: review?(nfroyd) → review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb85c5ee5afc
Remove mozilla::Forward in favor of std::forward. r=froydnj
https://hg.mozilla.org/mozilla-central/rev/bb85c5ee5afc
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Version: Version 3 → 3 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: