]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
ng_corpus_generator: restore use of boost::next()
authorJustin Viiret <justin.viiret@intel.com>
Thu, 9 Mar 2017 22:42:57 +0000 (09:42 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 05:17:03 +0000 (15:17 +1000)
commit3e597e85ffcebcb2d11b80282f7ace3ed98c7fcb
tree203e42ba9b8a92cf0555196284bfd947271440ae
parent448ce8a496d2577702bed5f12bcf6488e554e299
ng_corpus_generator: restore use of boost::next()

libc++ checks for forward_iterator_tag in std::next(), which isn't
provided by our (Boost-derived) ue2_graph iterators.
util/ng_corpus_generator.cpp