* Implementation of a custom allocator red-black tree container.
*
* Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
* copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders.
* License: Distributed under the Boost Software License, Version 1.0.
* (See at ).
* Authors: Steven Schveighoffer, Andrei Alexandrescu
* Implementation of a custom allocator red-black tree container. * * Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code * copyright 2010- Andrei Alexandrescu. All rights reserved by the respective holders. * License: Distributed under the Boost Software License, Version 1.0. * (See at ). * Authors: Steven Schveighoffer, Andrei Alexandrescu