Changeset 68626

Timestamp:
Feb 3, 2011, 6:36:26 PM (12 years ago)
Author:
cppljevans
Message:

WHAT:

Use auto& instead of auto in operator()(mpl::integral_c...)

WHY:

Otherwise, apparently, the auto is not a ref, and thus
causes non-const value and probably an unneeded copy.

(No files)

Note: See TracChangeset for help on using the changeset viewer.