mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1193459 review follow-up: Copy the comment from TraceKind.h. DONTBUILD CLOSED TREE
This commit is contained in:
parent
230f45293a
commit
76de797a21
@ -584,7 +584,8 @@ CopyBoxedOrUnboxedDenseElements(JSContext* cx, JSObject* dst, JSObject* src,
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Goop to fix MSVC. See DispatchTraceKindTyped in TraceKind.h.
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
// The clang-cl front end defines _MSC_VER, but still requires the explicit
|
||||
// template declaration, so we must test for __clang__ here as well.
|
||||
# define DEPENDENT_TEMPLATE_HINT
|
||||
#else
|
||||
# define DEPENDENT_TEMPLATE_HINT template
|
||||
|
Loading…
Reference in New Issue
Block a user