28 Commits

Author SHA1 Message Date
cd5cac8d76 Change 3.3f to 3.25f to avoid equality issues with inexact float literal constants 2023-09-28 21:37:14 +03:00
c4addf9795 Corrected previous fix. 2020-04-08 17:48:25 -04:00
87ff02bf79 Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers. 2020-03-30 13:31:11 -04:00
c51d8a9495 Switch tests to lightweight_test 2018-01-03 18:41:14 +02:00
a2c9608ef0 Merge Tuple from the trunk
[SVN r67590]
2011-01-02 20:25:11 +00:00
41ebb2ee6c Merge [51862], [53211], [53212], and [53218] from the trunk
[SVN r53872]
2009-06-13 18:30:31 +00:00
785ada83f4 With his kind permission, change Jaakko "Järvi" to "Jarvi"
[SVN r46809]
2008-06-28 13:57:20 +00:00
a17ce206f2 replaced BOOST_TEST
[SVN r27057]
2005-02-03 13:55:45 +00:00
eea1937afc Converted to Boost Software License, Version 1.0
[SVN r24096]
2004-07-27 03:43:34 +00:00
e4b869219b More complete functionality for compilers without partial specialization.
[SVN r19925]
2003-09-05 16:52:55 +00:00
359eaeecbf added tests to ensure correct constness behaviour
[SVN r18871]
2003-06-26 15:19:01 +00:00
4d4fe0010f Added copyright statement
[SVN r17193]
2003-02-04 11:54:01 +00:00
607b65a946 fixing a borland warning
[SVN r15810]
2002-10-08 19:24:36 +00:00
d24e9b9a72 added a test for !=
[SVN r14091]
2002-06-06 15:47:23 +00:00
08be3cbe04 removing tabs
[SVN r13783]
2002-05-09 17:26:37 +00:00
ce02fa0c58 Removed crazy mess up from previous change:
(the body of the test was commented out with #if 0)


[SVN r12454]
2002-01-23 12:40:44 +00:00
2ab1b6705f Changed occurances of "tuples::get" to "get" to verify new forwarding code in tuples.hpp
[SVN r12291]
2002-01-13 12:12:48 +00:00
8f29dbe149 Thomas Witt's patch for icl501: adds better test coverage
+ tests for length template


[SVN r11721]
2001-11-16 23:24:43 +00:00
9559531c52 Fixed unused variables that show up as warnings when doing regression
tests.


[SVN r11241]
2001-09-24 23:21:16 +00:00
4503ed841b Get rid of unused parameter to avoid warnings.
[SVN r11214]
2001-09-22 19:36:44 +00:00
531fb617eb Merged the tuples_subnamespace branch to main trunk.
[SVN r11120]
2001-09-14 07:55:25 +00:00
31efdb5485 Added support for assignment from std::pair. Test in tuple_test_bench.cpp enabled for MSVC version
[SVN r11025]
2001-09-05 03:22:31 +00:00
1c01745973 adding a test for cons list default construction
[SVN r11016]
2001-09-04 10:50:13 +00:00
b9cb417106 MSVC version of get<N> can now handle const tuples properly
Testcase for const tuples added


[SVN r10986]
2001-09-01 01:52:14 +00:00
23a2b7ba58 removed cons list construction tests if BOOST_NO_PARTIAL_SPECIALIZATION
[SVN r10929]
2001-08-24 10:47:05 +00:00
5bc99464e0 added few tests for cons lists
[SVN r10925]
2001-08-24 10:22:45 +00:00
523933502c small change to avoid unnecessary warnings with g++ -Wall
[SVN r10922]
2001-08-24 05:50:45 +00:00
c80a1d86d8 Adding the tuple library files
[SVN r10829]
2001-08-10 11:48:57 +00:00