Trim spaces.

This commit is contained in:
Andrey Semashev
2014-07-03 00:36:44 +04:00
parent dc96d371fa
commit 4a403cd3eb
2 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ namespace boost
typedef T type;
};
};
//
// For compilers that don't support "Substitution Failure Is Not An Error"
// enable_if falls back to always enabled. See comments
@ -70,7 +70,7 @@ namespace boost
: enabled<(Cond::value)>::template base<Return>
# else
: mpl::identity<Return>
# endif
# endif
{
};