merge from trunk

[SVN r56178]
This commit is contained in:
Joel de Guzman
2009-09-14 07:40:39 +00:00
parent ea5ea7f001
commit 2f8b91828b
22 changed files with 295 additions and 51 deletions

View File

@@ -327,8 +327,8 @@ namespace boost { namespace fusion
typedef typename Cons::car_type car_type;
typedef typename Cons::cdr_type cdr_type;
explicit segmented_iterator(Cons const &cons)
: cons_(cons)
explicit segmented_iterator(Cons const &c)
: cons_(c)
{}
cons_type const &cons() const { return this->cons_; };