forked from boostorg/tuple
bemans name typo fix + fix to get rid of a borland warning
[SVN r15809]
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
// ( and other bugs ) per suggestion of Jens Maurer
|
// ( and other bugs ) per suggestion of Jens Maurer
|
||||||
// simplified element type accessors + bug fix (Jeremy Siek)
|
// simplified element type accessors + bug fix (Jeremy Siek)
|
||||||
// Several changes/additions according to suggestions by Doug Gregor,
|
// Several changes/additions according to suggestions by Doug Gregor,
|
||||||
// William Kempf, Vesa Karvonen, John Max Skaller, Ed Brey, Beman Davis,
|
// William Kempf, Vesa Karvonen, John Max Skaller, Ed Brey, Beman Dawes,
|
||||||
// David Abrahams.
|
// David Abrahams.
|
||||||
|
|
||||||
// Revision history:
|
// Revision history:
|
||||||
@ -361,7 +361,7 @@ struct cons<HT, null_type> {
|
|||||||
const null_type&, const null_type&, const null_type&)
|
const null_type&, const null_type&, const null_type&)
|
||||||
: head (t1) {}
|
: head (t1) {}
|
||||||
|
|
||||||
cons(const null_type& t1,
|
cons(const null_type&,
|
||||||
const null_type&, const null_type&, const null_type&,
|
const null_type&, const null_type&, const null_type&,
|
||||||
const null_type&, const null_type&, const null_type&,
|
const null_type&, const null_type&, const null_type&,
|
||||||
const null_type&, const null_type&, const null_type&)
|
const null_type&, const null_type&, const null_type&)
|
||||||
|
Reference in New Issue
Block a user