Changeset 69855

Timestamp:
Mar 11, 2011, 6:28:31 PM (12 years ago)
Author:
Daniel James
Message:

Always include add_reference in iterator_adaptor.

It's only included for certain configurations but is always used. This
didn't matter in the past because it was transitively included by
is_convertible. But it isn't now on Visual C++ because its itsintrinsic
version is being used, which doesn't require add_reference.

(No files)

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