summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp')
-rw-r--r--src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp b/src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp
new file mode 100644
index 000000000..e6525750e
--- /dev/null
+++ b/src/boost/libs/parameter/test/literate/defining-the-keywords0.cpp
@@ -0,0 +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)
+}