Fixed comment

This commit is contained in:
Davis King 2011-06-05 17:26:22 -04:00
parent 9223edde4e
commit c70344ad7f
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ namespace dlib
template <
typename function_type,
// These arguments are used to control the overloading. A user should
// not set with them.
// not mess with them.
typename Enabled = void,
unsigned long Num_args = sig_traits<function_type>::num_args
>