]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / parameter / test / literate / defining-the-keywords0.cpp
index d3b86565b9025f97583d7645e0094949a7c0682c..e6525750e524ce2f87e143e6c09b53cdd91f8931 100644 (file)
@@ -1,10 +1,11 @@
+
 #include <boost/parameter/name.hpp>
 
-namespace graphs
-{
-  BOOST_PARAMETER_NAME(graph)    // Note: no semicolon
-  BOOST_PARAMETER_NAME(visitor)
-  BOOST_PARAMETER_NAME(root_vertex)
-  BOOST_PARAMETER_NAME(index_map)
-  BOOST_PARAMETER_NAME(color_map)
+namespace graphs {
+
+    BOOST_PARAMETER_NAME(graph)    // Note: no semicolon
+    BOOST_PARAMETER_NAME(visitor)
+    BOOST_PARAMETER_NAME(root_vertex)
+    BOOST_PARAMETER_NAME(index_map)
+    BOOST_PARAMETER_NAME(color_map)
 }