mirror of
https://github.com/boostorg/functional.git
synced 2025-07-30 20:47:17 +02:00
Added a couple of code comments.
[SVN r77068]
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
R (BOOST_PP_ENUM(BOOST_FUNCTIONAL_DETAIL_arity, \
|
||||
BOOST_FUNCTIONAL_DETAIL_arg_type, ~))
|
||||
|
||||
// Do not use namespace ::detail because overloaded_function is already a class.
|
||||
namespace boost { namespace overloaded_function_detail {
|
||||
|
||||
template<typename F>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <boost/mpl/push_front.hpp>
|
||||
#include <boost/typeof/typeof.hpp>
|
||||
|
||||
// Do not use namespace ::detail because overloaded_function is already a class.
|
||||
namespace boost { namespace overloaded_function_detail {
|
||||
|
||||
// Requires: F is a monomorphic functor (i.e., has non-template `operator()`).
|
||||
|
Reference in New Issue
Block a user