00001 00002 /* 00003 * Copyright (c) 1997 00004 * Silicon Graphics Computer Systems, Inc. 00005 * 00006 * Permission to use, copy, modify, distribute and sell this software 00007 * and its documentation for any purpose is hereby granted without fee, 00008 * provided that the above copyright notice appear in all copies and 00009 * that both that copyright notice and this permission notice appear 00010 * in supporting documentation. Silicon Graphics makes no 00011 * representations about the suitability of this software for any 00012 * purpose. It is provided "as is" without express or implied warranty. 00013 * 00014 */ 00015 00016 #ifndef _CPP_EXT_TREE 00017 #define _CPP_EXT_TREE 1 00018 00019 #include "backward_warning.h" 00020 #include <bits/stl_tree.h> 00021 00022 using std::rb_tree; 00023 00024 #endif 00025 // Local Variables: 00026 // mode:C++ 00027 // End: