Ralf W. Grosse-Kunstleve
|
01e91a3799
|
work around Visual C++ 7.1 internal compiler error
[SVN r39302]
|
2007-09-15 23:11:50 +00:00 |
|
Niels Dekker
|
55f3c351a3
|
Added MSVC workaround to value_initialized, as described by ticket #1217, proposed at the Boost Developers mailing list, and discussed with Fernando Cacciola.
[SVN r39157]
|
2007-09-07 17:17:09 +00:00 |
|
Eric Niebler
|
71cb8cb574
|
broken msvc name look-up getting confused about which detail namespace
[SVN r38511]
|
2007-08-08 18:05:24 +00:00 |
|
Tobias Schwinger
|
c950825ef4
|
- overloads apply for array construction
- adds support for zero arguments
- lets apply return the result of the new-expression
- revises the preprocessing code
[SVN r38101]
|
2007-06-26 23:07:25 +00:00 |
|
Douglas Gregor
|
2d860e2574
|
Fix result_of's handling of F(void).
[SVN r37140]
|
2007-03-05 15:25:16 +00:00 |
|
Eric Niebler
|
66514f61ff
|
fix result_of ambiguity error for nullary functions
[SVN r36773]
|
2007-01-24 06:44:20 +00:00 |
|
Eric Niebler
|
63cde4d3fd
|
slightly modified implementation works around msvc 7.1/8.0 compiler bugs
[SVN r36668]
|
2007-01-08 20:38:51 +00:00 |
|
Dave Abrahams
|
c730ab4ffb
|
Parameter library Workarounds for Borland and MSVC
Parameter library explicit markup for expected failures
value_init.hpp:
Borland workarounds
Use angle-includes consistently
[SVN r35084]
|
2006-09-13 03:00:18 +00:00 |
|
Hartmut Kaiser
|
bf968794c9
|
Fixed an ambiguity.
[SVN r34403]
|
2006-06-26 01:58:38 +00:00 |
|
Dave Abrahams
|
7ac180ed54
|
Use forwarding to get SFINAE effect in some common use cases.
Rename detail::result_of to detail::result_of_impl to avoid surprises
when result_of is used from within boost::detail.
[SVN r33981]
|
2006-05-16 22:55:27 +00:00 |
|
Dave Abrahams
|
84fbb3c896
|
Fix mis-nested namespace scope/#ifdef
[SVN r30159]
|
2005-07-18 18:50:47 +00:00 |
|
Douglas Gregor
|
865c707756
|
BOOST_NO_RESULT_OF support
[SVN r30040]
|
2005-07-13 12:35:37 +00:00 |
|
Peter Dimov
|
dcb2dd4736
|
Removed type_traits include, added more tests
[SVN r27712]
|
2005-03-16 22:02:22 +00:00 |
|
Eric Niebler
|
ae19cd6236
|
work-around for Borland addressof(array) bug and associated tests
[SVN r27656]
|
2005-03-14 23:03:42 +00:00 |
|
Aleksey Gurtovoy
|
dd86e09ab4
|
merge RC_1_32_0 tab fixes
[SVN r26327]
|
2004-11-28 03:27:25 +00:00 |
|
Fernando Cacciola
|
5eb23cecd0
|
In-place factories moved from /detail to /utility
New value_initalized tests added
[SVN r25377]
|
2004-09-23 17:03:54 +00:00 |
|
Fernando Cacciola
|
325bd73df7
|
In-place factories moved from /detail to /utility
New value_initalized tests added
[SVN r25313]
|
2004-09-21 14:54:32 +00:00 |
|
Aleksey Gurtovoy
|
ac90fdc611
|
merge new MPL version from 'mplbook' branch
[SVN r24874]
|
2004-09-02 15:41:37 +00:00 |
|
Daryle Walker
|
c26dbaa620
|
Updated copyright year list, since the interface changed
[SVN r24801]
|
2004-08-28 20:51:19 +00:00 |
|
Daryle Walker
|
8201624959
|
Moved a template argument default for base_from_member to primary header; removed forwarding header as it's not needed anymore
[SVN r24800]
|
2004-08-28 20:46:17 +00:00 |
|
Daryle Walker
|
f2116413d6
|
Changed constructor templates to be generated with the Preprocessor library; added a control macro for the maximum constructor argument length
[SVN r24799]
|
2004-08-28 20:24:17 +00:00 |
|
Douglas Gregor
|
fb943b77d5
|
License updates
[SVN r24597]
|
2004-08-19 15:19:17 +00:00 |
|
Douglas Gregor
|
c76a2f4aab
|
Add my license info
[SVN r24373]
|
2004-08-10 13:57:30 +00:00 |
|
Douglas Gregor
|
6b5dc18a46
|
Converted to Boost Software License, Version 1.0
[SVN r24096]
|
2004-07-27 03:43:34 +00:00 |
|
Douglas Gregor
|
918a1c93e4
|
Doug Gregor -> Douglas Gregor
[SVN r24016]
|
2004-07-25 02:29:29 +00:00 |
|
Douglas Gregor
|
822b46a3df
|
Complain when compiler can't support result_of
[SVN r22749]
|
2004-05-06 17:29:54 +00:00 |
|
Douglas Gregor
|
491db15997
|
boost/utility/result_of.hpp, boost/utility/detail/result_of_iterate.hpp:
- result_of implementation
libs/utility/test/result_of_test.cpp:
- result_of tests
libs/utility/test/Jamfile, libs/utility/test/Jamfile.v2:
- run result_of tests
libs/utility/utility.htm:
- document result_of
libs/libraries.htm:
- list result_of
index.htm:
- announce result_of
[SVN r22720]
|
2004-05-02 19:55:02 +00:00 |
|
Eric Friedman
|
be43ba1569
|
Improved workarounds.
[SVN r21157]
|
2003-12-06 03:57:54 +00:00 |
|
Fernando Cacciola
|
f3f879555a
|
Fixed result_type
[SVN r21155]
|
2003-12-05 22:03:33 +00:00 |
|
Jaakko Järvi
|
3155044abd
|
added dummy versions of enable_if templates for platforms that
have BOOST_NO_SFINAE defined
[SVN r21154]
|
2003-12-05 21:38:43 +00:00 |
|
Jaakko Järvi
|
484d184de5
|
guarded enable_if definitions with BOOST_NO_SFINAE
[SVN r21149]
|
2003-12-05 16:31:38 +00:00 |
|
Fernando Cacciola
|
3305cf1592
|
Fixed a bug in the semantics of less_pointees() {again}
[SVN r21133]
|
2003-12-04 01:53:29 +00:00 |
|
Fernando Cacciola
|
ec36cd8c54
|
Fixed a bug in the semantics of less_pointees()
[SVN r21132]
|
2003-12-04 01:47:31 +00:00 |
|
Jaakko Järvi
|
929517d6d7
|
Added enable_if library
[SVN r21090]
|
2003-12-02 21:41:15 +00:00 |
|
Fernando Cacciola
|
801be90699
|
Moved from "utility" to "detail" until a Fast Track Review formalizes it.
[SVN r20983]
|
2003-11-28 14:36:21 +00:00 |
|
Daryle Walker
|
fb95bcc64c
|
Moved some of my stuff to the Boost Software License, Version 1.0
[SVN r20681]
|
2003-11-05 07:04:53 +00:00 |
|
Fernando Cacciola
|
aedc410525
|
New License
[SVN r20607]
|
2003-11-03 02:59:08 +00:00 |
|
Fernando Cacciola
|
7fa440c154
|
*** empty log message ***
[SVN r20511]
|
2003-10-28 00:09:18 +00:00 |
|
Fernando Cacciola
|
f0f753ba6c
|
Typed in place construction added
[SVN r20070]
|
2003-09-15 20:28:10 +00:00 |
|
Fernando Cacciola
|
4bfb534bae
|
Added for new Boost.Optional functionality
[SVN r19995]
|
2003-09-10 15:40:47 +00:00 |
|
Daryle Walker
|
c1c8329403
|
Expanded base-from-member constructors to 10 arguments; did minor tweaks
[SVN r18791]
|
2003-06-15 01:16:49 +00:00 |
|
Dave Abrahams
|
119c64be0b
|
Workaround VC7 bug which strips const from nested classes
[SVN r16797]
|
2003-01-08 17:21:10 +00:00 |
|
Ralf W. Grosse-Kunstleve
|
aff985a563
|
explicit "private" inheritance to avoid compiler warnings (MIPSpro)
[SVN r15422]
|
2002-09-17 21:06:32 +00:00 |
|
Dave Abrahams
|
db425222d5
|
mpl_v2 branch checkin
[SVN r15258]
|
2002-09-11 05:35:41 +00:00 |
|
Peter Dimov
|
339937380e
|
MSVC fixes.
[SVN r13476]
|
2002-04-13 13:19:57 +00:00 |
|
Douglas Gregor
|
00560e8e17
|
addressof.hpp:
- Peter Dimov suggested a fix to deal with those evil cv-qualifiers
[SVN r13431]
|
2002-04-10 14:47:32 +00:00 |
|
Douglas Gregor
|
ec188c7c3e
|
Make local classes nonlocal to silence annoying warnings from Borland C++
[SVN r13418]
|
2002-04-10 04:00:22 +00:00 |
|
Douglas Gregor
|
6e26a5bbe7
|
boost/utility.hpp:
- Include boost/utility/addressof.hpp
boost/utility/addressof.hpp:
- addressof() implementation
libs/utility/utility.htm:
- Document addressof
libs/utility/addressof_test.cpp:
- Test addressof()
[SVN r13414]
|
2002-04-10 03:31:18 +00:00 |
|
Beman Dawes
|
a6f6c3613a
|
Change comments to make it clear why forward declaration header is required.
[SVN r11314]
|
2001-10-01 14:15:44 +00:00 |
|
Jens Maurer
|
ec363261ae
|
remove "explicit" on two- and three-argument constructors to avoid
error on HP aCC
[SVN r11097]
|
2001-09-11 18:42:25 +00:00 |
|