mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 16:22:45 +02:00
reduce fusion, proto and xpressive warnings under msvc /Za switch
[SVN r55838]
This commit is contained in:
@ -327,8 +327,8 @@ namespace boost { namespace fusion
|
|||||||
typedef typename Cons::car_type car_type;
|
typedef typename Cons::car_type car_type;
|
||||||
typedef typename Cons::cdr_type cdr_type;
|
typedef typename Cons::cdr_type cdr_type;
|
||||||
|
|
||||||
explicit segmented_iterator(Cons const &cons)
|
explicit segmented_iterator(Cons const &c)
|
||||||
: cons_(cons)
|
: cons_(c)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
cons_type const &cons() const { return this->cons_; };
|
cons_type const &cons() const { return this->cons_; };
|
||||||
|
Reference in New Issue
Block a user