diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/fusion/doc/support.qbk | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/fusion/doc/support.qbk')
-rw-r--r-- | libs/fusion/doc/support.qbk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libs/fusion/doc/support.qbk b/libs/fusion/doc/support.qbk index 4a040015f..3e7b7a707 100644 --- a/libs/fusion/doc/support.qbk +++ b/libs/fusion/doc/support.qbk @@ -16,7 +16,7 @@ A couple of classes and metafunctions provide basic support for Fusion. Metafunction that evaluates to `mpl::true_` if a certain type `T` is a conforming Fusion __sequence__, `mpl::false_` otherwise. This may be -specialized to accomodate clients which provide Fusion conforming sequences. +specialized to accommodate clients which provide Fusion conforming sequences. [heading Synopsis] @@ -70,7 +70,7 @@ conforming Fusion __view__, `mpl::false_` otherwise. A view is a specialized sequence that does not actually contain data. Views hold sequences which may be other views. In general, views are held by other views by value, while non-views are held by other views by reference. `is_view` -may be specialized to accomodate clients providing Fusion conforming views. +may be specialized to accommodate clients providing Fusion conforming views. [heading Synopsis] @@ -125,7 +125,7 @@ All conforming Fusion sequences and iterators have an associated tag type. The purpose of the tag is to enable __tag_dispatching__ from __intrinsic__ functions to implementations appropriate for the type. -This metafunction may be specialized to accomodate clients providing Fusion +This metafunction may be specialized to accommodate clients providing Fusion conforming sequences. [heading Synopsis] @@ -254,7 +254,8 @@ Metafunction to apply __element_conversion__ to the full argument type. It removes references to `const`, references to array types are kept, even if the array is `const`. Reference wrappers are removed (see -__note_boost_ref__). +__note_ref_wrappers__)[footnote Since C++11, the standard reference wrappers +are also removed.]. [heading Header] |