summaryrefslogtreecommitdiff
path: root/libs/mpl/doc/tutorial/incomplete-support-for.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/mpl/doc/tutorial/incomplete-support-for.html
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-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/mpl/doc/tutorial/incomplete-support-for.html')
-rw-r--r--libs/mpl/doc/tutorial/incomplete-support-for.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/mpl/doc/tutorial/incomplete-support-for.html b/libs/mpl/doc/tutorial/incomplete-support-for.html
index 991283d24..4e30f130d 100644
--- a/libs/mpl/doc/tutorial/incomplete-support-for.html
+++ b/libs/mpl/doc/tutorial/incomplete-support-for.html
@@ -113,7 +113,7 @@ arguments), which comes down to the follwing two criteria:</p>
placeholders do contain these).</li>
</ol>
<p>If these two hold, you can safely put <tt class="literal"><span class="pre">BOOST_MPL_AUX_LAMBDA_SUPPORT</span></tt> inside
-your metafunction and forget about the issue. If not, your are out of luck and
+your metafunction and forget about the issue. If not, you are out of luck and
probably have to write a metafunction class instead.</p>
<p>The good news are that most of the MPL's own metafunctions and <a class="reference" href="../../../type_traits/index.html" target="_top">Boost.Type Traits</a>
templates are &quot;placeholder-safe&quot; and have the workaround applied to them, so