de-fuzz: improve set creation so as not to allow duplicate characters.

This commit is contained in:
jzmaddock
2017-02-14 19:41:35 +00:00
parent febd44ddd6
commit b05fafe1c5
2 changed files with 41 additions and 35 deletions

View File

@ -33,6 +33,7 @@
#include <algorithm>
#include <iosfwd>
#include <vector>
#include <set>
#include <map>
#include <boost/limits.hpp>
#include <boost/assert.hpp>