mirror of
https://github.com/boostorg/intrusive.git
synced 2026-04-29 18:23:18 +02:00
* Deleted dependencies with <boost/pointer_cast.hpp> and <boost/pointer_to_other.hpp>. pointer_traits is used to obtain pointer-related types and operations.
* Added examples for derivation_value_traits and member_value_traits and updated configuration.
This commit is contained in:
@@ -36,7 +36,6 @@ typedef list<MyClass, MemberOption> MemberList;
|
||||
int main()
|
||||
{
|
||||
typedef std::vector<MyClass>::iterator VectIt;
|
||||
typedef std::vector<MyClass>::reverse_iterator VectRit;
|
||||
|
||||
//Create several MyClass objects, each one with a different value
|
||||
std::vector<MyClass> values;
|
||||
|
||||
Reference in New Issue
Block a user