Commit Graph

54 Commits

Author SHA1 Message Date
41b16b8717 iterator_range can't be more than a forward sequence, until we implement more intrinsics
[SVN r37200]
2007-03-16 15:10:55 +00:00
8f51212782 fix missing include
[SVN r37199]
2007-03-16 14:49:48 +00:00
d1cc519a44 unused entries in zip
[SVN r37150]
2007-03-06 21:37:26 +00:00
92e7e32ed8 update copyright notice
[SVN r37131]
2007-03-02 10:44:14 +00:00
a3b3411384 removes obsolete unpack_args
[SVN r37074]
2007-02-25 22:15:59 +00:00
9d5a463806 added flat include directory
[SVN r36993]
2007-02-18 16:07:55 +00:00
a9a9bd9475 adds MSVC workaround
[SVN r36988]
2007-02-18 00:42:14 +00:00
74d062d2da adds deduce metafunctions
[SVN r36964]
2007-02-15 23:31:33 +00:00
a56348497f adds O(1) empty implementation
[SVN r36963]
2007-02-15 23:28:40 +00:00
0ea1bbb067 adds functional module
[SVN r36955]
2007-02-15 22:41:45 +00:00
94c2c0e526 vc7.1 bugfix (ICE)
[SVN r36918]
2007-02-09 12:16:39 +00:00
a0a0613e36 fixing binary transform equal_to
[SVN r36823]
2007-01-28 20:52:15 +00:00
bd6f62ea3c fixing iterator comparison for transform view
[SVN r36822]
2007-01-28 10:17:56 +00:00
aa1d326ba4 introduces deduce metafunctions
[SVN r36811]
2007-01-27 10:42:55 +00:00
c5f8494832 prevents potential ODR violation through mpl::begin / mpl::is_sequence
[SVN r36727]
2007-01-14 13:35:28 +00:00
bce9a2f6ff adds #undef to fix macro leak
[SVN r36722]
2007-01-13 19:44:15 +00:00
a5bb66618d removes outdated workaround for broken mpl::is_sequence
[SVN r36561]
2007-01-02 09:10:04 +00:00
ef48d728ef fixing level at which sequence base is applied
[SVN r36460]
2006-12-19 14:46:40 +00:00
2fba7fb2f3 added initial version of deque
[SVN r36457]
2006-12-18 21:09:53 +00:00
4f14542256 better operator handling
[SVN r36126]
2006-11-21 02:01:13 +00:00
141dac45fe no more #include <iostream>
[SVN r36102]
2006-11-20 06:18:12 +00:00
5386f5dd3e corrected iterator comparison defect
[SVN r36063]
2006-11-16 22:09:39 +00:00
37baabd5d5 variant missing include fixes
[SVN r36062]
2006-11-16 22:08:50 +00:00
f742cee848 minor tweak
[SVN r36020]
2006-11-13 09:28:04 +00:00
e3f20b5224 added missing traits support
[SVN r36018]
2006-11-13 08:12:20 +00:00
165910e4a3 minor tweaks for intel
[SVN r36017]
2006-11-13 01:32:27 +00:00
c0c9bbc700 minor tweaks
[SVN r36016]
2006-11-13 01:16:28 +00:00
2a652e5424 variant as a fusion sequence
[SVN r36014]
2006-11-12 23:07:18 +00:00
0faf16666f segmented_size, for calculating the size of any segmented data structure
[SVN r35945]
2006-11-09 06:36:04 +00:00
c621277c07 usability tweaks: functions that return iterators return them as *const* to allow chaining when the recipient function expects a reference (e.g. foo(Iter&) )
[SVN r35940]
2006-11-09 01:48:46 +00:00
2454202163 added value_at_impl for transform view
[SVN r35804]
2006-11-01 08:01:01 +00:00
eca5a201e9 added at impl for transform view random access
[SVN r35782]
2006-10-29 21:16:00 +00:00
bac5e1b5c5 adds result metafunction for make_pair and pair members
[SVN r35748]
2006-10-26 07:45:43 +00:00
7ba53d33ce minor bug fixes
[SVN r35735]
2006-10-25 05:27:43 +00:00
aede3f3300 fixed "explicit" problem
[SVN r35732]
2006-10-24 23:26:52 +00:00
fc434bd837 workaround for vc++ mistakenly calling constructor from T instead of copy constructor when T is derived from vector.
[SVN r35553]
2006-10-11 12:10:06 +00:00
521574b39d zip to shortest of collection of variable length seqs@
[SVN r35517]
2006-10-07 15:43:33 +00:00
114556bbba experimental segmented Fusion support
[SVN r35493]
2006-10-05 01:25:32 +00:00
3f27fbe969 support for boost::tuples
[SVN r35350]
2006-09-27 00:42:32 +00:00
798c527173 fixed g++ complaining "error: shadows template parm"
[SVN r35347]
2006-09-26 22:37:55 +00:00
1f9388ec86 fixed g++ complaining "error: shadows template parm"
[SVN r35346]
2006-09-26 22:25:45 +00:00
6723082617 tweak
[SVN r35322]
2006-09-25 13:57:43 +00:00
ac31f6d1cb migrated std_pair_iterator and mpl_iterator to iterator_facade
[SVN r35321]
2006-09-25 13:56:22 +00:00
f017aa86ce adapted/array is now using iterator_facade
[SVN r35317]
2006-09-25 09:06:15 +00:00
654fd0918e prelude to iterator_facade and sequence_facade
[SVN r35316]
2006-09-25 08:37:16 +00:00
a37b435ce6 ODR safe code
[SVN r35275]
2006-09-22 13:39:27 +00:00
da23c8a4cc fixed for msvc + gcc (all regresions ok)
[SVN r35271]
2006-09-22 06:31:17 +00:00
46134407cf fixed for msvc
[SVN r35270]
2006-09-22 00:41:24 +00:00
980fe1f6ab Optimizing for RVO
[SVN r35249]
2006-09-21 14:20:59 +00:00
425030e0eb renamed ftag to fusion_tag
[SVN r35247]
2006-09-21 12:25:27 +00:00