src/cxx_supportlib/vendor-modified/boost/parameter/binding.hpp in passenger-6.0.19 vs src/cxx_supportlib/vendor-modified/boost/parameter/binding.hpp in passenger-6.0.20
- old
+ new
@@ -22,11 +22,11 @@
#include <boost/mpl/apply_wrap.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/type_traits/is_same.hpp>
#endif
-namespace boost { namespace parameter {
+namespace boost { namespace parameter {
// A metafunction that, given an argument pack, returns the reference type
// of the parameter identified by the given keyword. If no such parameter
// has been specified, returns Default
@@ -98,11 +98,11 @@
#endif // BOOST_PARAMETER_CAN_USE_MP11
}} // namespace boost::parameter
#include <boost/parameter/aux_/is_placeholder.hpp>
-namespace boost { namespace parameter {
+namespace boost { namespace parameter {
template <
typename Parameters
, typename Keyword
, typename Default = ::boost::parameter::void_
@@ -130,10 +130,10 @@
};
}} // namespace boost::parameter
#include <boost/parameter/aux_/result_of0.hpp>
-namespace boost { namespace parameter {
+namespace boost { namespace parameter {
// A metafunction that, given an argument pack, returns the reference type
// of the parameter identified by the given keyword. If no such parameter
// has been specified, returns the type returned by invoking DefaultFn
template <typename Parameters, typename Keyword, typename DefaultFn>