forked from organicmaps/organicmaps-tmp
Moved boost::make_transform_iterator into std/transform_iterator.hpp.
This commit is contained in:
parent
9e20473232
commit
896aa893cd
3 changed files with 14 additions and 5 deletions
|
@ -2,11 +2,6 @@
|
|||
|
||||
#include "../std/iterator_facade.hpp"
|
||||
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
|
||||
using boost::make_transform_iterator;
|
||||
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "../std/set.hpp"
|
||||
#include "../std/bind.hpp"
|
||||
#include "../std/numeric.hpp"
|
||||
#include "../std/transform_iterator.hpp"
|
||||
|
||||
#ifdef DEBUG
|
||||
#include "../platform/platform.hpp"
|
||||
|
|
13
std/transform_iterator.hpp
Normal file
13
std/transform_iterator.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
#include "common_defines.hpp"
|
||||
|
||||
#ifdef new
|
||||
#undef new
|
||||
#endif
|
||||
|
||||
#include <boost/iterator/transform_iterator.hpp>
|
||||
using boost::make_transform_iterator;
|
||||
|
||||
#ifdef DEBUG_NEW
|
||||
#define new DEBUG_NEW
|
||||
#endif
|
Loading…
Add table
Reference in a new issue