Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1.  
  2. /*
  3.  * Copyright (c) 1997
  4.  * Silicon Graphics Computer Systems, Inc.
  5.  *
  6.  * Permission to use, copy, modify, distribute and sell this software
  7.  * and its documentation for any purpose is hereby granted without fee,
  8.  * provided that the above copyright notice appear in all copies and
  9.  * that both that copyright notice and this permission notice appear
  10.  * in supporting documentation.  Silicon Graphics makes no
  11.  * representations about the suitability of this software for any
  12.  * purpose.  It is provided "as is" without express or implied warranty.
  13.  *
  14.  */
  15.  
  16. #ifndef _CPP_EXT_TREE
  17. #define _CPP_EXT_TREE 1
  18.  
  19. #include "backward_warning.h"
  20. #include <bits/stl_tree.h>
  21.  
  22. using std::rb_tree;
  23.  
  24. #endif
  25. // Local Variables:
  26. // mode:C++
  27. // End:
  28.