minor preprocessed headers update

[SVN r17548]
This commit is contained in:
Aleksey Gurtovoy
2003-02-20 12:22:14 +00:00
parent a80993ad24
commit aca920d38b
3 changed files with 6 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ struct template_arity_impl<true>
template< typename F > struct result_ template< typename F > struct result_
{ {
enum { value = F::arity }; enum { value = F::arity };
}; };
}; };