Louis Dionne
d93e675408
Fix hard compilation error with nested fusion::cons.
2014-11-11 10:23:36 -05:00
Kohei Takahashi
95d2a111ab
Add tests for #3225
2014-11-09 02:55:59 +09:00
Kohei Takahashi
ff56beaf55
Remove use of boost::blank
, close #8622
2014-11-09 00:49:29 +09:00
Kohei Takahashi
7a7b225fb1
Add boost_tuple_iterator_identity to compare iterator correctly.
...
And add test for boost_tuple_iterator.
2014-11-06 17:10:31 +09:00
Kohei Takahashi
0a13aa5ee4
Change the result_of behaviour with BOOST_RESULT_OF_USE_DECLTYPE
...
to make consistency between boost::result_of.
2014-11-02 15:08:56 +09:00
Kohei Takahashi
7ef4b03249
Fix typo/missing copyright notice, reported by Boost Inspection Report.
2014-11-01 22:12:11 +09:00
Kohei Takahashi
f73b5362c5
Fix test error with C++03 mode, due to C++11 using-declaration.
2014-11-01 16:53:37 +09:00
Joel de Guzman
5ae01ad6a9
- Added sfinae test case for fold
...
- Some cleanup
2014-10-28 09:06:42 +08:00
Joel de Guzman
d5eb1e793c
Merge pull request #26 from ldionne/master
...
Improve support for constexpr in fusion::nil and its iterators.
2014-10-28 08:12:04 +08:00
Damien Buhl (alias daminetreg)
2f850604e8
Merge remote-tracking branch 'official/develop' into fusion_adapters
2014-10-27 14:00:49 +01:00
Damien Buhl (alias daminetreg)
e50f5852e4
Changes the test cases, as the behaviour about const-qualifier for
...
attribute_type and attribute_const_type when type is deduced can be
different than when the type is provided.
Indeed when specifying attribute_type and attribute_const_type manually
it's possible to provide a type which isn't const qualified as
attribute_const_type. When deducing the types from the get_expr, a const
and a non const qualified type is taken respectively for attribute_type
and attribute_const_type.
2014-10-22 22:06:31 +02:00
Damien Buhl (alias daminetreg)
020b22f9b9
Fix test for compiler not supporting BOOST_PP_VARIADIC.
2014-10-20 22:32:28 +02:00
Damien Buhl (alias daminetreg)
cfcdbe1195
Change adapt_assoc_tpl_adt to test type inference from templated type.
2014-10-20 21:25:07 +02:00
Damien Buhl (alias daminetreg)
2b5da49628
lvalue access::struct_member was wrongly set to be adt_attribute_proxy<> instead of adt_attribute_proxy<>::type. Shame on me.
2014-10-12 16:25:59 +02:00
Damien Buhl (alias daminetreg)
644d72ccfe
adds type deduction support for BOOST_FUSION_ADAPT_ASSOC_ADT.
2014-10-12 14:51:04 +02:00
Damien Buhl (alias daminetreg)
103b02fda2
add test for BOOST_FUSION_ADAPT_ADT_NAMED deducing types.
2014-10-12 12:50:56 +02:00
Kohei Takahashi
b8c65b976c
Fix test error on non-c++11 env.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-09 00:57:37 +09:00
Kohei Takahashi
790810757a
Rename the test tr1_tuple_auto_conv to std_tuple_auto_conv.
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-10-09 00:56:17 +09:00
jzmaddock
f869aa1591
Change to test std::tuple now that Boost.TR1 is deprecated and due to be removed.
2014-09-27 13:22:56 +01:00
Damien Buhl (alias daminetreg)
69e67cd1ad
BUGFIX: When VARIADICS are active supporting any of the input combination.
...
That is : BOOST_FUSION_ADAPT_AUTO, omitting type or specifying type.
2014-09-17 00:47:52 +02:00
Damien Buhl (alias daminetreg)
f0bc2a2ac1
Fix dependents scopes and typedefs with typename keywords.
2014-08-26 23:32:26 +02:00
Damien Buhl (alias daminetreg)
727f49b49e
Improve adapt_adt test to check more case with type deduction.
2014-08-26 22:00:16 +02:00
Damien Buhl (alias daminetreg)
7b089aa589
Add support for BOOST_FUSION_ADAPT_ADT to either deduce types or use specified ones.
2014-08-10 17:09:57 +02:00
Damien Buhl (alias daminetreg)
a54c543dd7
Adapted test cases for adapt_assoc_tpl_struct with type deduction.
2014-07-27 16:31:15 +02:00
Damien Buhl (alias daminetreg)
a13d1346f6
Adapted tests of assoc_struct to the type-deducing version of the ADAPT* macros.
2014-07-27 15:51:12 +02:00
fiesh
70410d1e07
replaced tabs with 4 spaces
2014-07-24 14:45:45 +02:00
fiesh
f7685b1194
add automatic hash function creation
2014-07-24 14:22:55 +02:00
Damien Buhl (alias daminetreg)
a5d6fd0800
Test adapt_assoc_tpl_struct checking support for type deduction.
2014-07-23 02:49:28 +02:00
Damien Buhl (alias daminetreg)
5422ba7f8f
Adds the possibility to omit the member type in ADAPT_ASSOC* macros usage.
...
This feature is enabled when BOOST_PP_VARIADICS also is, as it rely on it.
A placeholder for the type can be used when BOOST_PP_VARIADICS isn't
active.
2014-07-23 02:42:30 +02:00
Damien Buhl (alias daminetreg)
bf66c12cde
Fix the unit test of adapt_struct for consistency with other tests of the same kind.
2014-06-25 00:25:14 +02:00
Damien Buhl (alias daminetreg)
abff92ab65
Add support for members types deduction to the ADAPT_STRUCT_NAMED macro.
2014-06-25 00:11:40 +02:00
Damien Buhl (alias daminetreg)
f0eab528e9
Fix adapt_struct test which was missing an using keyword.
2014-06-14 11:40:51 +02:00
Damien Buhl (alias daminetreg)
0e50a02fbc
Remove deleted unit tests from Jamfile.
2014-06-13 23:09:39 +02:00
Damien Buhl (alias daminetreg)
4cf96e14f3
Added test for the new ADAPT_STRUCT API capable to deduce member types.
2014-06-13 23:09:39 +02:00
Damien Buhl (alias daminetreg)
04ce8a788b
Enabled new ADAPT_STRUCT_API for ADAPT_TPL_STRUCT.
2014-06-13 23:09:38 +02:00
Damien Buhl (alias daminetreg)
557b3d2dc6
Fix detection of member_type parameter emptiness for BOOST_FUSION_ADAPT_STRUCT.
...
As BOOST_PP_IS_EMPTY is not a general purpose emptiness checker, we limit
the ways it can be used.
2014-06-13 23:09:38 +02:00
Damien Buhl (alias daminetreg)
02b776360a
FEATURE: BOOST_FUSION_ADAPT_STRUCT can now also be called completely with
...
variadics arguments.
The following signature is possible :
BOOST_FUSION_ADAPT_STRUCT(
struct_name,
member_name0,
(BOOST_FUSION_ADAPT_AUTO, member_name1)
(member_type2, member_name2)
member_name3,
...
)
2014-06-13 23:09:38 +02:00
Damien Buhl (alias daminetreg)
6f6bfb3a27
EDITORIAL: Cleaning the ADAPT_STRUCT which can deduce types.
2014-06-13 23:07:32 +02:00
Damien Buhl (alias daminetreg)
703bff4ff9
FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences.
2014-06-13 23:07:32 +02:00
Damien Buhl (alias daminetreg)
7e1c6cdf47
FEATURE: Type deduction for BOOST_FUSION_ADAPT_STRUCT_C_BASE, with preliminary support for providing or deducing the type.
2014-06-13 23:07:16 +02:00
Damien Buhl (alias daminetreg)
c052b4b452
FEATURE: Making BOOST_FUSION_AUTO_ADAPT_STRUCT variadic.
2014-06-13 23:04:09 +02:00
Damien Buhl (alias daminetreg)
934463c7b4
FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT_NAMED now allows defining a Random Access Sequence and an Associative sequence without providing the type.
2014-06-13 23:04:08 +02:00
Damien Buhl (alias daminetreg)
f7b14aee35
FEATURE: BOOST_FUSION_AUTO_ADAPT_ASSOC_STRUCT now allows defining a Random Access Sequence and an Associative sequence without providing the type.
2014-06-13 23:04:08 +02:00
Damien Buhl (alias daminetreg)
5aa9a89fb8
FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED_NS which allows listing class attributes to adapt without specifying types.
2014-06-13 23:04:07 +02:00
Damien Buhl (alias daminetreg)
0d7ad9f6e2
FEATURE: BOOST_FUSION_AUTO_ADAPT_STRUCT_NAMED that does not require specifying the types of the fields.
2014-06-13 23:04:07 +02:00
Damien Buhl (alias daminetreg)
3f965e00d3
#9516 BOOST_FUSION_AUTO_ADAPT_STRUCT that does not require specifying the types of the fields.
2014-06-13 23:04:07 +02:00
Kohei Takahashi
25bb75e3f8
Fix test error in msvc-10.0
...
Including fusion/adapted/std_tuple.hpp will occur compile error.
Therefore, entire test should be ignored.
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-12 12:24:46 +09:00
Kohei Takahashi
059c041659
Add test for convert seq to std::tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-09 21:59:06 +09:00
Kohei Takahashi
f7adae2b3d
Add test for convert seq to tuple
...
Signed-off-by: Kohei Takahashi <flast@flast.jp>
2014-06-09 21:59:06 +09:00
Jamboree
fd3a18ce1a
flatten/flatten_view/ref
2014-04-04 14:38:38 +08:00
K-ballo
44d5dca98b
Fixed test to work with an explicit operator bool
2014-01-26 19:06:16 -06:00
Eric Niebler
e1dc534877
build target for preprocessing Fusion with wave
2014-01-21 14:17:09 -08:00
Joel de Guzman
92ee36a556
Fixes #8336
...
[SVN r84002]
2013-04-21 14:07:21 +00:00
Joel de Guzman
085c3c25ca
more map tests (including move test)
...
[SVN r82725]
2013-02-04 11:52:18 +00:00
Joel de Guzman
764a31e9f5
fixed typo
...
[SVN r82714]
2013-02-04 06:22:50 +00:00
Joel de Guzman
aba201eb4e
Added more map tests
...
[SVN r82712]
2013-02-04 06:20:10 +00:00
Joel de Guzman
996f4152d2
modern c++11 map implemented
...
[SVN r82707]
2013-02-04 03:46:42 +00:00
Joel de Guzman
6c17c04ce6
Workaround for some tests on C++11 to allow disambiguation of && and const& arguments to ctors
...
[SVN r82631]
2013-01-27 10:14:16 +00:00
Joel de Guzman
6a47d86d72
C++ fixes
...
[SVN r82629]
2013-01-27 07:13:58 +00:00
Joel de Guzman
2f61e2b707
disabling some tests with errors on c++11
...
[SVN r82628]
2013-01-27 04:24:40 +00:00
Marshall Clow
8d6200ef58
Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
...
[SVN r81569]
2012-11-26 18:44:46 +00:00
Joel de Guzman
cfbbba272e
Fixes for Ticket #7569 ( Compile Error using BOOST_FUSION_DEFINE_STRUCT_INLINE with VC10 and GCC <4.5 )
...
[SVN r81165]
2012-11-04 00:18:41 +00:00
Joel de Guzman
f760ed7b8f
removing c++11 requirements in jamfile (mistakenly added)
...
[SVN r80865]
2012-10-05 06:15:02 +00:00
Joel de Guzman
a856857cb7
- Fixed code to allow decltype implementation of boost::result_of with BOOST_RESULT_OF_USE_DECLTYPE defined.
...
- Reverted sequence/iterator.hpp to original <correct-no-workaround> version.
[SVN r80396]
2012-09-04 13:42:14 +00:00
Joel de Guzman
35ec74edbc
C++11 fixes for deque
...
[SVN r80391]
2012-09-04 05:04:25 +00:00
Joel de Guzman
26ba07f36c
move-assign test tweaks
...
[SVN r80346]
2012-09-01 02:02:09 +00:00
Joel de Guzman
e587ad4d50
Added move-assign test
...
[SVN r80343]
2012-09-01 01:02:46 +00:00
Joel de Guzman
5946ab9936
deque move-ctor OK on gcc
...
[SVN r80333]
2012-08-31 15:57:49 +00:00
Joel de Guzman
16de1dcd01
Added move ctors for vector and deque (deque for gcc partially working for now)
...
[SVN r80330]
2012-08-31 14:32:08 +00:00
Joel de Guzman
a3b0cad1e7
latest oatch from Nathan Ridge
...
[SVN r79305]
2012-07-05 23:39:50 +00:00
Joel de Guzman
136331963a
Added test for Ticket #6965
...
[SVN r79098]
2012-06-26 10:14:49 +00:00
Joel de Guzman
70589c53c6
BOOST_FUSION_DEFINE_STRUCT_INLINE patch by Nathan Ridge
...
[SVN r78509]
2012-05-19 01:24:55 +00:00
Joel de Guzman
654dfbedb8
patch for clang from Michel Morin
...
[SVN r78175]
2012-04-24 01:39:43 +00:00
Joel de Guzman
bbf10066bc
C++11 patches by Michel Morin
...
[SVN r75394]
2011-11-07 22:07:05 +00:00
Joel de Guzman
10274e7884
Made map random access. Thanks to Brandon Kohn!
...
[SVN r74882]
2011-10-10 09:55:52 +00:00
Joel de Guzman
4be9e08af7
Fix for ticket #6000
...
[SVN r74872]
2011-10-10 00:59:32 +00:00
Joel de Guzman
159426b8af
Added adapter for std::tuple (only for implementations using variadic templates)
...
[SVN r74547]
2011-09-24 13:07:24 +00:00
Joel de Guzman
7847f22a2c
Bumped copyright date
...
[SVN r74409]
2011-09-16 05:55:52 +00:00
Joel de Guzman
86063cada9
Bumped copyright date
...
[SVN r74406]
2011-09-16 05:27:16 +00:00
Eric Niebler
90b15e1c9b
add missing include to try to make msvc9~stlport toolset happy
...
[SVN r74113]
2011-08-28 22:48:40 +00:00
Eric Niebler
eb903d71a7
enable segmented tests
...
[SVN r73908]
2011-08-19 02:04:40 +00:00
Eric Niebler
9fcb3105e5
make fold aware of segments
...
[SVN r73906]
2011-08-18 23:14:48 +00:00
Eric Niebler
5ff6210759
make for_each aware of segments
...
[SVN r73899]
2011-08-18 22:09:59 +00:00
Eric Niebler
9dd14c435e
make find and find_if algorithms segment-aware, stylistic consistency tweaks
...
[SVN r73892]
2011-08-18 17:12:05 +00:00
Eric Niebler
528ad04fdb
baking segmented Fusion
...
[SVN r73854]
2011-08-17 18:53:56 +00:00
Eric Niebler
2baebc560a
continue great segmented Fusion reorg
...
[SVN r73834]
2011-08-16 23:43:24 +00:00
Eric Niebler
2ccb8d604f
progress with integrating the segmented Fusion work
...
[SVN r73831]
2011-08-16 23:07:51 +00:00
Joel de Guzman
b3649b9343
Back on track. The code is fine again.
...
[SVN r73696]
2011-08-12 11:45:11 +00:00
Joel de Guzman
acc306d783
Added Eric's test cases for pop_back
...
[SVN r73687]
2011-08-12 05:15:08 +00:00
Eric Niebler
5d07df005b
fix find_s and find_if_s to return the end iterator when item not found
...
[SVN r73669]
2011-08-11 17:49:02 +00:00
Joel de Guzman
3af35683ff
QOI + small bug fixes
...
[SVN r73659]
2011-08-11 15:34:58 +00:00
Eric Niebler
d9c5b32687
new cleaner(?) implementation for segmented fusion
...
[SVN r73644]
2011-08-11 04:14:50 +00:00
Joel de Guzman
21c17fda63
Added pop_back test for lists
...
[SVN r73642]
2011-08-10 22:01:37 +00:00
Eric Niebler
f27ed26e44
make single_view random access
...
[SVN r72977]
2011-07-08 19:42:35 +00:00
Joel de Guzman
b17d6b9147
Fixes Ticket #5420
...
[SVN r71025]
2011-04-06 04:29:02 +00:00
Joel de Guzman
b3226a5107
Applied patch #5275
...
[SVN r70841]
2011-04-01 23:38:39 +00:00
Joel de Guzman
690735de20
added test for copy
...
[SVN r70009]
2011-03-16 00:02:38 +00:00
Christopher Schmidt
088b8a0201
Fusion: ADAPT_xxxADTxxx; documentation&new testcase
...
[SVN r65816]
2010-10-07 20:38:54 +00:00
Christopher Schmidt
f723f870c7
Fusion/Spirit: adt_attribute_proxy refactorization
...
[SVN r65445]
2010-09-17 20:38:23 +00:00
Christopher Schmidt
5adcb5b4d2
Fusion: BOOST_FUSION_ADAPT_xxxCLASSxxx -> BOOST_FUSION_ADAPT_xxxADTxxx
...
[SVN r65439]
2010-09-16 16:33:25 +00:00
Christopher Schmidt
aa1bcfaa9a
refactored extension::struct_member to extension::access::struct_member
...
[SVN r64490]
2010-07-31 00:17:34 +00:00
Christopher Schmidt
ea89db72cb
added reverse_fold/iter_fold/reverse_iter_fold (1)
...
[SVN r63066]
2010-06-17 21:21:37 +00:00
Steven Watanabe
c9a5364472
Clean up GCC warnings. Fixes #3033 .
...
[SVN r62869]
2010-06-12 17:59:10 +00:00
Steven Watanabe
7c986ebd61
Clean up MSVC build. Fixes #1619 . Fixes #3074 .
...
[SVN r62854]
2010-06-12 15:58:31 +00:00
Christopher Schmidt
6465c3b3ea
adapted proxy types are views now
...
[SVN r61833]
2010-05-07 13:37:34 +00:00
Christopher Schmidt
073ce9e4a3
added intrusive struct generating macros
...
[SVN r61018]
2010-04-03 13:34:20 +00:00
Christopher Schmidt
f84bc30bd3
adapt template classes/structs
...
[SVN r59846]
2010-02-22 22:55:54 +00:00
Christopher Schmidt
47f535df5b
adapt plain old array types (2)
...
[SVN r59577]
2010-02-07 18:48:09 +00:00
Christopher Schmidt
5eb9c03cd2
adapt plain old array types (1)
...
[SVN r59576]
2010-02-07 18:22:06 +00:00
Hartmut Kaiser
b86d7dbe80
Fusion: fixed ambiguities in tests on VC10
...
[SVN r59347]
2010-01-29 16:02:14 +00:00
Hartmut Kaiser
83ed7ffada
Fusion: minor fix for adapt_class_named
...
[SVN r59346]
2010-01-29 15:45:50 +00:00
Hartmut Kaiser
c24441c83d
Fusion: added tests for adapt_class_named
...
[SVN r59341]
2010-01-29 15:04:57 +00:00
Hartmut Kaiser
0d5ff2fc01
Fusion: added tests for adapt_struct_named
...
[SVN r59339]
2010-01-29 13:49:38 +00:00
Christopher Schmidt
f0cd405f04
mpl::sequence_tag specialization for adapted types
...
[SVN r58396]
2009-12-15 13:30:02 +00:00
Christopher Schmidt
2587757d47
corrected reverse_view
...
[SVN r58299]
2009-12-11 21:01:22 +00:00
Christopher Schmidt
9b26b4a0f7
associative iterators & views
...
[SVN r57156]
2009-10-25 22:59:54 +00:00
Christopher Schmidt
35e469e2d5
fix for #2355 : discrepancy between std::accumulate and fusion::accumulate
...
[SVN r57125]
2009-10-24 10:59:01 +00:00
Hartmut Kaiser
9ebe273fb3
Fusion: fixing nview tests
...
[SVN r56609]
2009-10-05 22:29:10 +00:00
Joel de Guzman
9a1bc7d677
BOOST_FUSION_ADAPT_CLASS
...
[SVN r56576]
2009-10-04 16:59:50 +00:00
Hartmut Kaiser
fdb399e022
Fusion: fixing regression tests
...
[SVN r56435]
2009-09-27 16:36:53 +00:00
Hartmut Kaiser
10c0665ffa
Fusion: added nview and friends, docs and tests
...
[SVN r56377]
2009-09-25 00:21:53 +00:00
Steven Watanabe
564280e622
Make the unrolled implementation of all work for multiples of four. Fixes #2599 .
...
[SVN r55686]
2009-08-20 14:01:39 +00:00
Joel de Guzman
14b27978e3
Fix #1601
...
[SVN r54849]
2009-07-10 00:49:51 +00:00
Joel de Guzman
363ff5750f
fix trac issue #1608
...
[SVN r53914]
2009-06-15 01:53:43 +00:00
Tobias Schwinger
8f34038ddd
introduces test case for unfusing adapter
...
[SVN r53906]
2009-06-14 18:31:09 +00:00
Tobias Schwinger
c88e8803fb
introduces test for unfusing adapter
...
[SVN r53905]
2009-06-14 18:30:02 +00:00
Jürgen Hunold
08a038ad51
Fix: remove non-existent test
...
[SVN r51393]
2009-02-22 16:33:27 +00:00
Tobias Schwinger
2fdfd41b17
updates functional module: only two unfused variants, now
...
[SVN r51380]
2009-02-22 06:24:38 +00:00
Joel de Guzman
7c8f9e3b6d
changed as_vector to return the numbered forms (i.e. vectorN)
...
[SVN r49777]
2008-11-16 00:59:42 +00:00
Dan Marsden
e2d23b8a63
bugfix to fold test, and new transform test
...
[SVN r49470]
2008-10-27 22:13:20 +00:00
Dan Marsden
d3f057e88c
added fold test and simplified repetition in the Makefile
...
[SVN r49456]
2008-10-26 14:39:59 +00:00
Dan Marsden
38147bb4d6
Adding simple compile time tests
...
[SVN r49409]
2008-10-20 21:36:04 +00:00
Joel de Guzman
e165418461
conform to TR1 to the letter
...
[SVN r48243]
2008-08-20 08:20:19 +00:00
Joel de Guzman
4a2214739c
fixed non-ascii chars
...
[SVN r47675]
2008-07-22 09:06:54 +00:00
Beman Dawes
8b749bef46
With his kind permission, change Jaakko "Järvi" to "Jarvi"
...
[SVN r46808]
2008-06-28 13:45:21 +00:00
Joel de Guzman
f199472458
Removing fusion variant adapter
...
[SVN r42224]
2007-12-20 23:28:26 +00:00
Joel de Guzman
67279d5c3d
bug fix for end_impl. (test)
...
[SVN r42165]
2007-12-19 10:33:39 +00:00
Dan Marsden
4919faec58
removing failing test on EDG compilers
...
[SVN r41117]
2007-11-15 21:15:47 +00:00
Eric Niebler
d785c34d56
fix support for segmented iteration
...
[SVN r41093]
2007-11-14 16:36:15 +00:00
Joel de Guzman
a326739705
Regenerating/reorganizing docs
...
[SVN r40832]
2007-11-06 12:13:52 +00:00
Tobias Schwinger
17e42e5650
reverts clobbered changes before merge
...
[SVN r40479]
2007-10-26 12:16:37 +00:00
Joel de Guzman
7c85a51d48
Fusion 2.1 one more time with care
...
[SVN r40390]
2007-10-24 02:32:28 +00:00
Tobias Schwinger
839b519852
adjusts test: deduce_sequence removes top-level cv-qualifiers from element types, now
...
[SVN r40355]
2007-10-23 13:26:56 +00:00
Joel de Guzman
fc1df001c6
reverting to 2.0
...
[SVN r40219]
2007-10-20 22:21:43 +00:00
Joel de Guzman
e894481f5b
phase4: refactoring for v2.1
...
[SVN r40212]
2007-10-20 13:13:46 +00:00
Joel de Guzman
d0d540064d
phase3: refactoring for v2.1
...
[SVN r40210]
2007-10-20 11:49:17 +00:00
Tobias Schwinger
1484ae8e06
adjusts test to semantic changes:
...
unfused_typed only contains operator() overloads for one arity now
[SVN r38267]
2007-07-22 08:29:54 +00:00
Tobias Schwinger
a83c9b89a3
removes unnecessary #include
...
[SVN r38217]
2007-07-14 20:17:38 +00:00
Tobias Schwinger
685d26c847
adds const correctness, disables variadic tests, for now
...
[SVN r38203]
2007-07-13 16:27:55 +00:00
Tobias Schwinger
897a312766
adds const correctness
...
[SVN r38200]
2007-07-13 15:11:20 +00:00