mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-29 20:27:17 +02:00
More complete functionality for compilers without partial specialization.
[SVN r19925]
This commit is contained in:
@ -103,7 +103,6 @@ void foo2() {
|
||||
|
||||
void foo4()
|
||||
{
|
||||
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|
||||
double d = 2.7;
|
||||
A a;
|
||||
tuple<int, double&, const A&> t(1, d, a);
|
||||
@ -119,8 +118,6 @@ void foo4()
|
||||
#ifdef E10
|
||||
dummy(get<5>(ct)); // illegal index
|
||||
#endif
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
// testing copy and assignment with implicit conversions between elements
|
||||
|
Reference in New Issue
Block a user