]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/bimap/tags/tagged.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / bimap / tags / tagged.hpp
index 0a48d0378a2fc417453621eb3038e0ab0920d047..4376d85bbb8bb8f088e6026b3656abed52612dea 100644 (file)
@@ -92,7 +92,7 @@ struct tagged
 \brief Metafunctions to work with tagged types.
 
 This metafunctions aims to make easier the manage of tagged types. They are all mpl
-compatible metafunctions and can be used with lambda expresions.
+compatible metafunctions and can be used with lambda expressions.
 The metafunction value_type_of and tag_of get the data in a tagged type in a secure
 and consistent way.
 default_tagged and overwrite_tagged allows to work with the tag of a tagged type,