blob: 9bf59ce3a008b6f109066f912edef7a5ac2d95e2 [file] [log] [blame]
#include <boost/parameter.hpp>
BOOST_PARAMETER_NAME(graph)
BOOST_PARAMETER_FUNCTION(
(void), f, tag, (required (graph, *) )
)
{
}