Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-05-12 03:26:59 +0400
committerHoward Hinnant <hhinnant@apple.com>2010-05-12 03:26:59 +0400
commitdeb23ecdf93ba373747f2ec91f28672758d40ae1 (patch)
treec188c58c17c84c2e5c5bcc056a59eecf4e661186 /libcxx/include/__split_buffer
parente476fa0b8e8e870bba67697628ffa688c245a861 (diff)
[rand.dist.bern.bin]. The evaluation function for this binomial distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded.
llvm-svn: 103524
Diffstat (limited to 'libcxx/include/__split_buffer')
-rw-r--r--libcxx/include/__split_buffer2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/include/__split_buffer b/libcxx/include/__split_buffer
index 5eb04b6003d0..1a7c623204f7 100644
--- a/libcxx/include/__split_buffer
+++ b/libcxx/include/__split_buffer
@@ -642,5 +642,3 @@ __split_buffer<_Tp, _Allocator>::emplace_back(_Args&&... __args)
_LIBCPP_END_NAMESPACE_STD
#endif // _LIBCPP_SPLIT_BUFFER
-
-// hh 080222 Created