Commit Graph

223 Commits

Author SHA1 Message Date
Dave Abrahams
43a1d1ea9b Removed instance() keyword declaration mechanism and added
BOOST_PARAMETER_KEYWORD macro.  The former just wasn't portable
enough, and the latter is more succinct.

Added BOOST_PARAMETER_MATCH_ARGS to clean up Borland workarounds.


[SVN r30085]
2005-07-14 17:24:30 +00:00
Dave Abrahams
af41c5dffe Change the default binding to void
[SVN r30048]
2005-07-13 14:50:57 +00:00
Dave Abrahams
3dec075081 * Make boost/parameter.hpp #include *all* of the library components
* Continued tutorial
* Extend workarounds in tests
* Bug fixes in tests


[SVN r30018]
2005-07-12 17:41:18 +00:00
Dave Abrahams
9b0925db94 Improve ODR protection by making keyword objects into references.
[SVN r29992]
2005-07-11 18:53:07 +00:00
Dave Abrahams
7c66c0e4ad Improve ODR protection by making keyword objects into references.
Extend tutorial a bit.


[SVN r29976]
2005-07-11 03:30:08 +00:00
Dave Abrahams
46dd43d99b Apply Daniel's vc7.1 SFINAE fixes, now that Aleksey gave us our MPL
patch.


[SVN r29762]
2005-06-24 02:05:04 +00:00
Dave Abrahams
74a5d3372b Support for Borland C++
[SVN r29520]
2005-06-11 06:46:03 +00:00
Dave Abrahams
7a0e9e3b61 Workarounds for vc6 and 7.
Many workarounds for Borland, but still no dice.


[SVN r28954]
2005-05-16 12:58:48 +00:00
Daniel Wallin
6ec9b44294 moved include guards in macros.hpp
[SVN r28923]
2005-05-15 09:21:00 +00:00
Rene Rivera
845d8a2d74 Enable work around for compilers without result_of support.
[SVN r28919]
2005-05-15 04:39:23 +00:00
Dave Abrahams
99f20069d0 renamed index_result -> binding
added lazy_binding
use boost::result_of when available


[SVN r28829]
2005-05-11 15:46:10 +00:00
Dave Abrahams
16d4028e33 renamed index_result -> binding
added lazy_binding
use boost::result_of when available


[SVN r28827]
2005-05-11 15:22:36 +00:00
Dave Abrahams
131ad57f41 Fix how we indicate lvalue/rvalue returns from index_result
[SVN r28781]
2005-05-10 12:15:37 +00:00
Dave Abrahams
83d443b2af Added index_result metafunction
[SVN r28762]
2005-05-09 10:45:23 +00:00
Dave Abrahams
6c272961ba Added index_result metafunction
[SVN r28751]
2005-05-09 01:28:30 +00:00
Daniel Wallin
d4de25c3c2 member function macro
[SVN r28403]
2005-04-22 06:43:01 +00:00
Daniel Wallin
f2acbcc5b3 *** empty log message ***
[SVN r28248]
2005-04-14 15:06:33 +00:00
Daniel Wallin
31fa329aa7 Fix for intel-win32-8_1 regression
[SVN r28204]
2005-04-13 07:48:44 +00:00
Daniel Wallin
de8abe99ad *** empty log message ***
[SVN r28168]
2005-04-12 09:40:08 +00:00
Daniel Wallin
c76398ad11 moved macros out into a separate file
[SVN r28167]
2005-04-12 09:05:52 +00:00
Dave Abrahams
abf51fccd5 move boost/parameter/parameter.hpp -> boost/parameter/parameters.hpp
[SVN r28116]
2005-04-11 15:12:28 +00:00
Daniel Wallin
fb8e8b8804 *** empty log message ***
[SVN r28104]
2005-04-11 12:26:02 +00:00
Daniel Wallin
d0c5ddc28b Boost Parameter Library initial check in
[SVN r27964]
2005-04-04 21:53:56 +00:00