Changes and fixes for Boost 1.37

[SVN r49323]
This commit is contained in:
Ion Gaztañaga
2008-10-13 19:39:47 +00:00
parent 2dd87072b7
commit 883a8bd0cc
15 changed files with 1012 additions and 180 deletions
+1 -1
View File
@@ -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