Don't use initialiser list syntax for reference
ClosedPublic

Authored by ahunt on Feb 9 2017, 3:44 AM.

Details

Summary

Initialiser lists don't work for member references in gcc 4.8, see:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025

(This issue is apparently fixed in gcc 4.9, but at least my distro
still ships 4.8 by default.)

This syntax was originally introduced in:
ba7128b30850594c7efb258d1794e377eede364a

Diff Detail

Repository
R162 Kube
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahunt updated this revision to Diff 11094.Feb 9 2017, 3:44 AM
ahunt retitled this revision from to Don't use initialiser list syntax for reference.
ahunt updated this object.
ahunt edited the test plan for this revision. (Show Details)
ahunt added a reviewer: Kube.
cmollekopf accepted this revision.Feb 11 2017, 2:16 PM
cmollekopf added a reviewer: cmollekopf.
This revision is now accepted and ready to land.Feb 11 2017, 2:16 PM
aacid requested changes to this revision.Feb 27 2017, 12:04 AM
aacid added a subscriber: aacid.

Is it me or there's no framework/actions/context.h file anymore?

This revision now requires changes to proceed.Feb 27 2017, 12:04 AM
This revision was automatically updated to reflect the committed changes.