forked from boostorg/intrusive
Changes and fixes for Boost 1.37
[SVN r49277]
This commit is contained in:
@@ -21,7 +21,7 @@ class Window : public list_base_hook<>
|
||||
//This is a container those value is an abstract class: you can't do this with std::list.
|
||||
typedef list<Window> win_list;
|
||||
|
||||
//An static intrusive list declaration
|
||||
//A static intrusive list declaration
|
||||
static win_list all_windows;
|
||||
|
||||
//Constructor. Includes this window in the list
|
||||
|
||||
Reference in New Issue
Block a user