X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Frange%2Fdoc%2Fmfc_atl.qbk;h=0056283d90c544f540ab6cf785cbeda975f096cc;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=de2e225d4e623d20c6f865597260f8d5b4188dd5;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/range/doc/mfc_atl.qbk b/libs/range/doc/mfc_atl.qbk index de2e225..0056283 100644 --- a/libs/range/doc/mfc_atl.qbk +++ b/libs/range/doc/mfc_atl.qbk @@ -74,6 +74,10 @@ If the `` is included before or after Boost.Range headers, ] Other Boost.Range metafunctions are defined by the following. Let `Range` be any type listed above and `Ref` be the same as `range_reference::type`. `range_value::type` is the same as `remove_reference::type>::type`, `range_difference::type` is the same as `std::ptrdiff_t`, and `range_pointer::type` is the same as `add_pointer::type>::type`. As for `const Range`, see below. + +Adam Walling has provided the header `` to add support +for the map adaptor with MFC map types. + [endsect] [section:atl_ranges ATL Ranges]