Fix tabs and files without copyright.

[SVN r67612]
This commit is contained in:
Daniel James
2011-01-03 12:43:34 +00:00
parent 3d7abd9cbe
commit 4d57147c3d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ template <class X>
bool postcondition(X const& x, BOOST_DEDUCED_TYPENAME X::size_type n)
{
return static_cast<double>(x.bucket_count()) >
static_cast<double>(x.size()) / x.max_load_factor() &&
static_cast<double>(x.size()) / x.max_load_factor() &&
x.bucket_count() >= n;
}