*: Revert comment/license change from yesterday for all except libsupc++/unwind-cxx.h.
[official-gcc.git] / libstdc++-v3 / include / backward / tree.h
blob9c732236f1a21b04bde10e78d79cfa32927b0938
2 /*
3 * Copyright (c) 1997
4 * Silicon Graphics Computer Systems, Inc.
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.
16 #ifndef _CPP_EXT_TREE
17 #define _CPP_EXT_TREE 1
19 #include "backward_warning.h"
20 #include <bits/stl_tree.h>
22 using std::rb_tree;
24 #endif
25 // Local Variables:
26 // mode:C++
27 // End: