mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-21 08:12:39 +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::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_; };
|
||||
|
Reference in New Issue
Block a user