fix warning

This commit is contained in:
Sébastien Loriot 2016-12-14 11:51:26 +01:00
parent 0b1ee33a60
commit 7e8ded5fb1
1 changed files with 1 additions and 1 deletions

View File

@ -38,9 +38,9 @@ class Filtered_predicate_with_state
{ {
C2E c2e; C2E c2e;
C2A c2a; C2A c2a;
O1 o1;
mutable boost::optional<EP> oep; mutable boost::optional<EP> oep;
AP ap; AP ap;
O1 o1;
typedef typename AP::result_type Ares; typedef typename AP::result_type Ares;
public: public: