refs #628 Provide more of the API of our std::integer_sequence substitute.

This commit is contained in:
Mathew Sutcliffe
2016-03-24 22:13:54 +00:00
parent 34c25aee46
commit eeac403cfc
6 changed files with 91 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
#ifndef BLACKMISC_PREDICATES_H
#define BLACKMISC_PREDICATES_H
#include "indexsequence.h"
#include "integersequence.h"
#include <QObject>
#include <functional>
#include <algorithm>