fix a typo (thanks to Yutaka Leon Suematsu)

[SVN r27957]
This commit is contained in:
Aleksey Gurtovoy
2005-04-04 17:27:04 +00:00
parent 6282f44510
commit 67dc0f7314

View File

@@ -78,7 +78,7 @@ Example
.. parsed-literal::
BOOST_MPL_HAS_XXX_TRAIT_DEF(has_xxx)
BOOST_MPL_HAS_XXX_TRAIT_DEF(xxx)
struct test1 {};
struct test2 { void xxx(); };