Steven Watanabe
|
12518bbeba
Better implementation of the poisson distribution. Fixes #1540.
|
16 lat temu |
Steven Watanabe
|
67a9acea9e
Better error reporting
|
16 lat temu |
Beman Dawes
|
02bf6453f0
Add boost/io/detail/quoted_manip.hpp, with docs and test
|
16 lat temu |
Steven Watanabe
|
f8a459f9fd
Fix integer overflow bug.
|
16 lat temu |
Hartmut Kaiser
|
3e2946b4c7
Spirit: fixing problem in multi_pass
|
16 lat temu |
Hartmut Kaiser
|
1f0a280a05
Spirit: adding debug support for optional attributes
|
16 lat temu |
Joel de Guzman
|
b89021c00a
Added what's new entry.
|
16 lat temu |
Joel de Guzman
|
95caa90d41
Fix debug output for variants with one std container element.
|
16 lat temu |
Steven Watanabe
|
a779216205
Fix my floor silliness. e.g. int(-0.5) != floor(-0.5)
|
16 lat temu |
Eric Niebler
|
13e36be937
work-arounds for msvc-7.1
|
16 lat temu |
Steven Watanabe
|
f9b4e1fb74
Reimplement binomial_distribution.
|
16 lat temu |
Hartmut Kaiser
|
ac83d5511b
Spirit: fixed backtracking problem if semantic action makes parse fail retrospectively, added test
|
16 lat temu |
Hartmut Kaiser
|
397bae4ee2
Spirit: fixed backtracking problem if semantic action makes parse fail retrospectively
|
16 lat temu |
Robert Ramey
|
8a4b0908ba
account for fact that on some platforms size of wchar_t > size of short int
|
16 lat temu |
Jeremiah Willcock
|
0b0ede12e6
Qualified calls to boost::tie to disambiguate from std::tr1 version
|
16 lat temu |
Christopher Schmidt
|
58f17ceb3a
added reverse_fold/iter_fold/reverse_iter_fold (2) (fixes #1623)
|
16 lat temu |
Marshall Clow
|
9e27648530
Applied patch; fixes #4166
|
16 lat temu |
Christophe Henry
|
a1677ea5c7
fixed error reported by clang
|
16 lat temu |
Christophe Henry
|
e9f5db702b
corrected error with Intel compiler
|
16 lat temu |
Douglas Gregor
|
c5919cbb92
Include <cmath> where it is needed
|
16 lat temu |
Douglas Gregor
|
4e0c1c6c68
short int might not be large enough to represent all of the values in a wchar_t. Use the integer traits to be sure that we get a type large enough to represent the values of wchar_t
|
16 lat temu |
Christopher Schmidt
|
9508f71e20
added reverse_fold/iter_fold/reverse_iter_fold (1)
|
16 lat temu |
Christophe Henry
|
b1f0933515
corrected inspection report warning
|
16 lat temu |
Christophe Henry
|
429f3eaa46
corrected inspection report warnings
|
16 lat temu |
Christophe Henry
|
ce4e7933e4
corrected clang errors
|
16 lat temu |
Steven Watanabe
|
80bce6615f
Allow bzip2_decompressor to process multiple concatenated streams. Fixes #3853.
|
16 lat temu |
Jeremiah Willcock
|
14208af96b
Made OSPF example run correctly
|
16 lat temu |
Niels Dekker
|
816656be4a
Added test for private_int_array_pair, hoping to (possibly) fix a minion-clang/darwin-4.2.1 failure at boost.org/development/tests/trunk/developer/utility_.html
|
16 lat temu |
Steven Watanabe
|
44d09de619
Make basic_file and basic_file_sync Flushable. Fixes #2998.
|
16 lat temu |
Steven Watanabe
|
1247501dd5
Fix gzip errors. direct_streambuf should always have true_eof set.
|
16 lat temu |