Open GoogleCodeExporter opened 9 years ago
The compile errors (five of them) are:
d:\src\pdfium\xfa\src\fxfa\src\fm2js\xfa_fm2jscontext.cpp(4142) : error C2784:
'char (&ArraySizeHelper(T (&)[N]))[N]' : could not deduce template argument for
'T (&)[N]' from 'FX_WCHAR *'
d:\src\pdfium\core\include\fxcrt\fx_basic.h(35) : see declaration of 'ArraySizeHelper'
d:\src\pdfium\xfa\src\fxfa\src\fm2js\xfa_fm2jscontext.cpp(4147) : error C2784:
'char (&ArraySizeHelper(T (&)[N]))[N]' : could not deduce template argument for
'T (&)[N]' from 'FX_WCHAR *'
d:\src\pdfium\core\include\fxcrt\fx_basic.h(35) : see declaration of 'ArraySizeHelper'
d:\src\pdfium\xfa\src\fxfa\src\fm2js\xfa_fm2jscontext.cpp(4152) : error C2784:
'char (&ArraySizeHelper(T (&)[N]))[N]' : could not deduce template argument for
'T (&)[N]' from 'FX_WCHAR *'
d:\src\pdfium\core\include\fxcrt\fx_basic.h(35) : see declaration of 'ArraySizeHelper'
d:\src\pdfium\xfa\src\fxfa\src\fm2js\xfa_fm2jscontext.cpp(4157) : error C2784:
'char (&ArraySizeHelper(T (&)[N]))[N]' : could not deduce template argument for
'T (&)[N]' from 'FX_WCHAR *'
d:\src\pdfium\core\include\fxcrt\fx_basic.h(35) : see declaration of 'ArraySizeHelper'
d:\src\pdfium\xfa\src\fxfa\src\fm2js\xfa_fm2jscontext.cpp(4162) : error C2784:
'char (&ArraySizeHelper(T (&)[N]))[N]' : could not deduce template argument for
'T (&)[N]' from 'FX_WCHAR *'
d:\src\pdfium\core\include\fxcrt\fx_basic.h(35) : see declaration of 'ArraySizeHelper'
Original comment by brucedaw...@chromium.org
on 23 Dec 2014 at 9:47
Original comment by bo...@foxitsoftware.com
on 23 Dec 2014 at 9:55
Original issue reported on code.google.com by
brucedaw...@chromium.org
on 23 Dec 2014 at 9:36