Commit Graph

165 Commits

Author SHA1 Message Date
Björn Karlsson
4d4fe0010f Added copyright statement
[SVN r17193]
2003-02-04 11:54:01 +00:00
Dave Abrahams
8992af95d1 Link bug workaround for MSVC and old Dec CXX
[SVN r16342]
2002-11-20 13:17:52 +00:00
Jaakko Järvi
ae40fce7c9 added namespace qualifiers to make MIPS PRO happy
[SVN r16033]
2002-10-31 18:14:29 +00:00
Jaakko Järvi
607b65a946 fixing a borland warning
[SVN r15810]
2002-10-08 19:24:36 +00:00
Jaakko Järvi
2c213c8295 fix one borland warning
[SVN r15808]
2002-10-08 18:43:52 +00:00
Jaakko Järvi
5b8506c39b typo fixes
[SVN r15652]
2002-10-02 16:51:43 +00:00
Jaakko Järvi
22f56bbe58 fixed Bemans name in a comment
[SVN r15594]
2002-10-01 03:26:10 +00:00
Ralf W. Grosse-Kunstleve
fb8fa3c7b6 work-around for MIPSpro bug
[SVN r15574]
2002-09-30 19:45:22 +00:00
Dave Abrahams
cc5a2ae388 Fixes which make it possible to declare with reference elements
[SVN r15532]
2002-09-28 07:25:27 +00:00
Jaakko Järvi
4cd544f4c1 applied patch Markus Schöpflin, ::template replaced with ::BOOST_NESTED_TEMPLATE
[SVN r15466]
2002-09-20 15:55:10 +00:00
Jaakko Järvi
74a2ab1242 changed jamfile includes from <include> to <sysinclude>
[SVN r15305]
2002-09-13 16:26:12 +00:00
Jaakko Järvi
7896766f8f a fix of a fix
[SVN r15278]
2002-09-12 20:59:05 +00:00
Jaakko Järvi
0a33edd21d workaround for isspace and metrowerks
[SVN r15277]
2002-09-12 20:50:10 +00:00
Jaakko Järvi
53c1bb2c20 removed an extraneous include
[SVN r14993]
2002-08-20 15:54:11 +00:00
Jaakko Järvi
ea8d71487d workaround for boost test library problem
[SVN r14992]
2002-08-20 15:51:36 +00:00
Jaakko Järvi
6a92d10f25 added a redirection index.html file
[SVN r14898]
2002-08-15 18:26:17 +00:00
Jaakko Järvi
3570bdb6b6 fixed some warningns about unused variables, added Jamfile
[SVN r14854]
2002-08-14 20:55:52 +00:00
Douglas Gregor
788896864a Fixed a dumb typo (thanks Marsh)
[SVN r14232]
2002-06-24 14:20:29 +00:00
Jaakko Järvi
d24e9b9a72 added a test for !=
[SVN r14091]
2002-06-06 15:47:23 +00:00
Jaakko Järvi
22d8e8ecc0 fixed != by suggestion of Björn Karlsson
[SVN r14090]
2002-06-06 15:44:51 +00:00
Jaakko Järvi
08be3cbe04 removing tabs
[SVN r13783]
2002-05-09 17:26:37 +00:00
Jaakko Järvi
b1621fad71 removed the demand for element types being copy constructible
[SVN r13729]
2002-05-07 21:44:26 +00:00
Jaakko Järvi
001f5b4c14 Previous changes broke tuples for Borland, this should fix it
[SVN r13611]
2002-05-01 20:53:44 +00:00
Jaakko Järvi
75d7917f66 - tuple types can now have void and plain function types as
elements
- tuple objects can hold non-copyable objects (such as arrays)


[SVN r13525]
2002-04-19 19:32:19 +00:00
John Maddock
6d2cb1d793 Fixed VC7 compile problems (thanks to Sofus Mortensen).
[SVN r13482]
2002-04-14 11:45:32 +00:00
John Maddock
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
Dave Abrahams
5f196d037f added missing "inherited" typedef
[SVN r12332]
2002-01-17 07:47:25 +00:00
John Maddock
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
John Maddock
55a83b6408 Added forwarding get functions to solve problems with using::tuples::get statement.
[SVN r12290]
2002-01-13 12:09:39 +00:00
Jaakko Järvi
c89357006b reflecting the removal of src/tuple.cpp
[SVN r12023]
2001-12-12 22:20:42 +00:00
Jaakko Järvi
2fe366f263 reflecting the change to remove tuple.cpp, adding some thanks
[SVN r12022]
2001-12-12 22:17:09 +00:00
Jaakko Järvi
8b3b6efe24 not needed anymore
[SVN r12021]
2001-12-12 22:08:12 +00:00
Jaakko Järvi
2e825630f8 made the iomanipulator storage indexes static members of a class.
Now all code can be in header files.


[SVN r12020]
2001-12-12 21:35:41 +00:00
Jaakko Järvi
8408cc0bd5 thomas witt:s patch for icl501, adds a workaround for explicitly
qualified arguments
Also fixed length, so that it now works for empty tuples as well


[SVN r11722]
2001-11-16 23:27:08 +00:00
Jaakko Järvi
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
Jaakko Järvi
e531e7ce2e added a comment about performance penalties with some compilers
[SVN r11603]
2001-11-05 21:18:48 +00:00
Jaakko Järvi
a6d8c4f20c superseded by boost/ref.hpp
[SVN r11275]
2001-09-26 13:23:31 +00:00
Peter Dimov
cd416f50be Changed tuple.hpp to use ref.hpp
[SVN r11274]
2001-09-26 12:27:43 +00:00
Darin Adler
9559531c52 Fixed unused variables that show up as warnings when doing regression
tests.


[SVN r11241]
2001-09-24 23:21:16 +00:00
Darin Adler
4503ed841b Get rid of unused parameter to avoid warnings.
[SVN r11214]
2001-09-22 19:36:44 +00:00
John Maddock
a9b6ca508a Borland C++ fixes: typedef dependent types before using them.
[SVN r11198]
2001-09-22 11:51:14 +00:00
Jaakko Järvi
063758ef7f added full namespace qualifiers in get<N> calls to avoid errors
in edg-strict mode


[SVN r11133]
2001-09-17 10:32:32 +00:00
Jaakko Järvi
66ae617224 small change to avoid a warning for an unused variable
[SVN r11132]
2001-09-17 10:31:44 +00:00
Jaakko Järvi
5b40ff62c6 merged tuples_subnamespace branch to main trunk
[SVN r11121]
2001-09-14 07:55:58 +00:00
Jaakko Järvi
531fb617eb Merged the tuples_subnamespace branch to main trunk.
[SVN r11120]
2001-09-14 07:55:25 +00:00
Jaakko Järvi
2764718489 Reintroduced tuples subnamespace, documents now reflect that change
[SVN r11119]
2001-09-14 07:54:33 +00:00
Douglas Gregor
e1bba349b3 tuple_basic_no_partial_spec.hpp:
- Fixed cons construction for compilers with no partial specialization that aren't MSVC


[SVN r11056]
2001-09-06 22:05:24 +00:00
Douglas Gregor
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
Jaakko Järvi
d427f6027d added documentation for default construction of cons lists
[SVN r11017]
2001-09-04 10:59:20 +00:00
Jaakko Järvi
1c01745973 adding a test for cons list default construction
[SVN r11016]
2001-09-04 10:50:13 +00:00