| Index: base/bind_internal_win.h.pump
|
| diff --git a/base/bind_internal_win.h.pump b/base/bind_internal_win.h.pump
|
| index d293fccec093e6ff4ddde63b8d2156d4cc7f2108..80ee37d70d624302671605f5c31b3dc08a5646ee 100644
|
| --- a/base/bind_internal_win.h.pump
|
| +++ b/base/bind_internal_win.h.pump
|
| @@ -40,6 +40,8 @@ struct FunctionTraits<R(__stdcall *)($for ARG , [[X$(ARG)]])> {
|
| typedef R (*NormalizedSig)($for ARG , [[X$(ARG)]]);
|
| typedef false_type IsMethod;
|
|
|
| + typedef R Return;
|
| +
|
| $if ARITY > 0 [[
|
|
|
| // Target type for each bound parameter.
|
| @@ -58,6 +60,8 @@ struct FunctionTraits<R(__fastcall *)($for ARG , [[X$(ARG)]])> {
|
| typedef R (*NormalizedSig)($for ARG , [[X$(ARG)]]);
|
| typedef false_type IsMethod;
|
|
|
| + typedef R Return;
|
| +
|
| $if ARITY > 0 [[
|
|
|
| // Target type for each bound parameter.
|
|
|