Aleksey Gurtovoy
0985fa8dd4
update Jamfile
...
[SVN r16305]
2002-11-17 08:12:16 +00:00
Aleksey Gurtovoy
c4726751e5
more lambda tests
...
[SVN r16304]
2002-11-17 08:11:48 +00:00
Aleksey Gurtovoy
a839cdecdb
make has_size use has_xxx implementation
...
[SVN r16303]
2002-11-17 08:10:16 +00:00
Aleksey Gurtovoy
70f4f35c91
more has_rebind fixes
...
[SVN r16302]
2002-11-17 08:09:36 +00:00
Dave Abrahams
8964d1f1e1
Fix for lambda expressions with bound reference types
...
[SVN r16285]
2002-11-16 19:46:31 +00:00
Dave Abrahams
35775fc553
Make the test fail on MSVC
...
[SVN r16284]
2002-11-16 19:06:37 +00:00
Aleksey Gurtovoy
9c381d8ca6
Borland workaround
...
[SVN r16281]
2002-11-16 10:49:14 +00:00
Aleksey Gurtovoy
9e5b6ee85c
single_view initial check in
...
[SVN r16280]
2002-11-16 10:48:39 +00:00
Aleksey Gurtovoy
4b7c2ef23b
joint_view initial check in
...
[SVN r16279]
2002-11-16 10:02:11 +00:00
Aleksey Gurtovoy
e12c18cb22
inherit test check in
...
[SVN r16268]
2002-11-16 02:19:48 +00:00
Aleksey Gurtovoy
db52216a2b
examples, initial check in
...
[SVN r16255]
2002-11-15 11:57:18 +00:00
Aleksey Gurtovoy
0134b7ffa3
preprocessor fixes
...
[SVN r16254]
2002-11-15 11:54:48 +00:00
Aleksey Gurtovoy
66fe325c51
inherit_linearly check in
...
[SVN r16253]
2002-11-15 11:54:04 +00:00
Aleksey Gurtovoy
c15d806f8e
add missing #include
...
[SVN r16243]
2002-11-15 00:02:02 +00:00
Aleksey Gurtovoy
c8e99537c2
fix a typo
...
[SVN r16218]
2002-11-12 23:15:43 +00:00
Aleksey Gurtovoy
71f2331d20
add BOOST_MPL_AUX_COMMON_NAME_WKND for Borland
...
[SVN r16217]
2002-11-12 23:08:58 +00:00
Aleksey Gurtovoy
7c490b43b1
Jamfile update for has_xxx.cpp
...
[SVN r16182]
2002-11-10 05:08:42 +00:00
Aleksey Gurtovoy
39aa617a3e
fix MSVC part and #ifdef GCC 2.95 to always return false
...
[SVN r16181]
2002-11-10 03:48:54 +00:00
Aleksey Gurtovoy
e6d76dac32
BOOST_MPL_HAS_XXX_TRAIT_DEF test
...
[SVN r16180]
2002-11-10 03:45:24 +00:00
Dave Abrahams
f4f99d8a75
Changes needed to make it work when the nested type is void.
...
[SVN r16169]
2002-11-09 02:25:38 +00:00
Dave Abrahams
86be3ece35
Previous implementation actually failed to give correct results on
...
many good compilers. Still wondering about the use of
type_wrapper<T>* here. Wouldn't it be better to pass T*, and strip
const/volatile in has_##name##_helper ?
[SVN r16168]
2002-11-09 01:20:44 +00:00
Dave Abrahams
8d124d88bb
meant to check this in months ago
...
[SVN r16164]
2002-11-08 17:07:44 +00:00
Dave Abrahams
96055b2fe9
fixes for reference types and I think arrays as well
...
[SVN r16163]
2002-11-08 17:07:20 +00:00
Dave Abrahams
1bcf23d65b
Modified to handle reference types. Still won't work for array types;
...
I don't have an answer for that one.
[SVN r16162]
2002-11-08 15:49:52 +00:00
Aleksey Gurtovoy
5c2e26c512
has_xxx checkin
...
[SVN r16160]
2002-11-08 11:58:36 +00:00
Aleksey Gurtovoy
bb65395a8e
reverted bogus GCC 3.2 changes
...
[SVN r16028]
2002-10-31 08:32:10 +00:00
Aleksey Gurtovoy
d452787dd1
GCC 3.2 typeinfo fix
...
[SVN r16017]
2002-10-30 01:41:56 +00:00
Aleksey Gurtovoy
fcf4314835
BCC 5.6.1 fix
...
[SVN r16016]
2002-10-30 00:49:04 +00:00
Aleksey Gurtovoy
a7f22212c4
BCC 5.6.5 fix
...
[SVN r16015]
2002-10-29 22:57:54 +00:00
Aleksey Gurtovoy
2c9df6a693
logical_and fix
...
[SVN r15926]
2002-10-14 21:13:54 +00:00
Aleksey Gurtovoy
f892e78e07
cleanup
...
[SVN r15805]
2002-10-08 09:54:18 +00:00
Aleksey Gurtovoy
0aa72de592
temporary MSVC 7.0 fix
...
[SVN r15802]
2002-10-07 23:59:45 +00:00
Aleksey Gurtovoy
7fb1033666
fixed ETI #if
...
[SVN r15801]
2002-10-07 23:58:53 +00:00
Aleksey Gurtovoy
183034a7d7
re-generated preprocessed headers
...
[SVN r15798]
2002-10-07 23:04:18 +00:00
Aleksey Gurtovoy
3ae70a97f7
lambda arg fix
...
[SVN r15796]
2002-10-07 23:02:38 +00:00
Aleksey Gurtovoy
d6f42141ec
template_arity fix
...
[SVN r15793]
2002-10-07 22:12:19 +00:00
Aleksey Gurtovoy
b60a59d014
fixed missing include
...
[SVN r15792]
2002-10-07 22:11:21 +00:00
Dave Abrahams
4b6dd9e7f1
workarounds for IRIX CC
...
[SVN r15776]
2002-10-07 16:25:37 +00:00
Dave Abrahams
ed93d8cf02
workarounds for IRIX CC
...
[SVN r15775]
2002-10-07 16:17:10 +00:00
Aleksey Gurtovoy
d8f609deb6
re-apply IRIX arg<> fix
...
[SVN r15770]
2002-10-07 13:31:24 +00:00
Aleksey Gurtovoy
f569a0bdc4
merged back from RC_1_29_0
...
[SVN r15769]
2002-10-07 13:23:22 +00:00
Aleksey Gurtovoy
e33ca7fd56
pre-1.29.0 update
...
[SVN r15763]
2002-10-07 12:09:59 +00:00
Aleksey Gurtovoy
1406f145b0
pre-1.29.0 update
...
[SVN r15762]
2002-10-07 11:32:25 +00:00
Dave Abrahams
4e5cec2471
Patches for CWPro8.3
...
[SVN r15736]
2002-10-05 17:28:35 +00:00
Aleksey Gurtovoy
8b31f5cd05
fix Borland version check
...
[SVN r15601]
2002-10-01 11:14:40 +00:00
Aleksey Gurtovoy
99b3eaa2fe
re-check in as binary
...
[SVN r15600]
2002-10-01 09:28:59 +00:00
Aleksey Gurtovoy
2a06ebef97
lazy tests for vector
...
[SVN r15539]
2002-09-28 09:47:15 +00:00
Aleksey Gurtovoy
60ab61c298
## fixes
...
[SVN r15538]
2002-09-28 09:40:35 +00:00
Aleksey Gurtovoy
1a9f6351c4
## fixes
...
[SVN r15537]
2002-09-28 09:31:58 +00:00
Aleksey Gurtovoy
31b61eff71
IRIX CC fix
...
[SVN r15479]
2002-09-23 09:40:15 +00:00