std::iterator is depricated...
This commit is contained in:
parent
8f6094233a
commit
21bd120032
2 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,7 @@ namespace CNORXZ
|
||||||
|
|
||||||
template <typename T, class... Indices>
|
template <typename T, class... Indices>
|
||||||
class ConstContainerIndex : public IndexInterface<ConstContainerIndex<T,Indices...>,
|
class ConstContainerIndex : public IndexInterface<ConstContainerIndex<T,Indices...>,
|
||||||
std::tuple<typename Indices::MetaType...> >,
|
std::tuple<typename Indices::MetaType...> >
|
||||||
public std::iterator<std::random_access_iterator_tag,T>
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <iterator>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#include "base_def.h"
|
#include "base_def.h"
|
||||||
|
|
Loading…
Reference in a new issue