Replace the TR2_OPTIONAL_ASSERTED_EXPRESSION macro in <wtf/Optional.h> since we can use ASSERT_UNDER_CONSTEXPR_CONTEXT() instead. Makes all the assertions more consistent within the class.
Created attachment 345007 [details] Patch v1
Comment on attachment 345007 [details] Patch v1 Yes, I guess the only reason we have this is because we copied it from https://github.com/akrzemi1/Optional/blob/master/optional.hpp#L199.
Comment on attachment 345007 [details] Patch v1 Clearing flags on attachment: 345007 Committed r233836: <https://trac.webkit.org/changeset/233836>
All reviewed patches have been landed. Closing bug.
<rdar://problem/42202102>