]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/vmd/seq/push_back.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / vmd / seq / push_back.hpp
index 862fc791fa09b54b41b1936254001e851d69b61c..855a171bd890244d4b2e166abb3e9c99c609e6a4 100644 (file)
@@ -29,7 +29,7 @@
 
     \brief appends an element to the end of a seq. 
 
-    seq = seq to to append an element to.
+    seq = seq to to append an element to. <br/>
     elem  = element to append.
 
     If the seq is an empty seq the result is a seq with the single element.