mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 16:12:10 +02:00
Moved type<> to boost/type.hpp
[SVN r8678]
This commit is contained in:
@ -17,6 +17,7 @@
|
|||||||
#include <boost/utility.hpp>
|
#include <boost/utility.hpp>
|
||||||
#include <boost/compressed_pair.hpp>
|
#include <boost/compressed_pair.hpp>
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
|
#include <boost/type.hpp>
|
||||||
|
|
||||||
// I was having some problems with VC6. I couldn't tell whether our hack for
|
// I was having some problems with VC6. I couldn't tell whether our hack for
|
||||||
// stock GCC was causing problems so I needed an easy way to turn it on and
|
// stock GCC was causing problems so I needed an easy way to turn it on and
|
||||||
@ -28,11 +29,6 @@
|
|||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
|
||||||
// Just a "type envelope"; works around some MSVC deficiencies.
|
|
||||||
template <class T>
|
|
||||||
struct type {};
|
|
||||||
|
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
// Concept checking classes that express the requirements for iterator
|
// Concept checking classes that express the requirements for iterator
|
||||||
// policies and adapted types. These classes are mostly for
|
// policies and adapted types. These classes are mostly for
|
||||||
|
Reference in New Issue
Block a user