340de0df14update documentation for TR interface (interface change for distributions, introduced variate_generator)
Jens Maurer
2003-10-27 03:52:45 +0000
9f562428c7Add V2 Jamfile
Vladimir Prus
2003-09-30 06:41:04 +0000
6c2080daf2Use the import rule
Dave Abrahams
2003-09-08 17:38:49 +0000
5919a68a27add definitions for in-class static constants, detected by IBM compiler (Matthias Troyer)
Jens Maurer
2003-08-05 19:32:30 +0000
06f83a9575Improved support for BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Dave Abrahams
2003-07-31 01:11:36 +0000
142bd6210aoperators.hpp, operators_test.cpp - workaround for compilers not supporting the PP lib, many workarounds for another problem which may be our bug.
Dave Abrahams
2003-07-30 01:11:14 +0000
4ef5ff4519work around MSVC and Borland problem: they can't access template parameters of the surrounding class from friend function template inline definitions
Jens Maurer
2003-07-19 21:28:55 +0000
d7884c2c9dwork around Metrowerks that tries to instantiate an unused static member function and explodes on the static assert therein
Jens Maurer
2003-07-18 21:06:30 +0000
2890227e23work around MSVC and Borland problem: they can't access template parameters of the surrounding class from friend function template inline definitions
Jens Maurer
2003-07-18 20:49:56 +0000
1d90a569acmake work with unsigned IntType (Mario Rueti, Matthias Troyer)
Jens Maurer
2003-04-02 21:42:53 +0000
332d4ae1a9Added parenthesis to clarify operator precidence for Borland C++ Builder compiler - this is basically a warning suppression - however without this so many warnings are issued that the compiler gives up... Note that this does still not fix the "Out of memory" error, but it does get us a little closer...
John Maddock
2003-03-25 11:42:45 +0000
597455959dmake sure to set all mantissa bits of floating-point generators with the seed(first,last) interface (Matthias Troyer)
Jens Maurer
2002-11-05 20:29:51 +0000
e096e6b262don't rely on max_value and min_value
Jens Maurer
2002-11-01 19:56:30 +0000
ad762a9a93for some user-provided floating-point type RealType, the preferred approach for using small integers in computations is RealType(3) (Michael Stevens)
Jens Maurer
2002-10-17 18:35:12 +0000
2ba0e22f9binstantiate all distributions with float, double, and long double don't use rand48 unless it's available (Michael Stevens)
Jens Maurer
2002-10-17 15:09:52 +0000
839f42d50falways explicitly convert literals to RealType or result_type
Jens Maurer
2002-10-17 02:39:04 +0000
d804565056fix comments that talk about not being Assignable
Jens Maurer
2002-10-17 01:52:39 +0000
d5f2838d36check for working copy assignment
Jens Maurer
2002-10-16 20:38:14 +0000