Who's doing what ---------------- Header Person ------ ------ Stingray_ Kniht [eloi] JeyK [eloi] Stingray_/Kniht Stingray_ Kniht Stingray_ Stingray_ Stingray_ Stingray_ Stingray_ larne JeyK Stingray_ DuneBoy/JeyK DuneBoy Kniht DuneBoy Stingray_ Kniht DuneBoy/JeyK Stingray_ Kniht [eloi] Stingray_ jamesd- Kniht Kniht jamesd- Kniht larne larne larne larne larne larne larne larne larne larne larne larne larne larne larne larne larne Informal project coordinator: Stingray_ To send or request information, use the email address found on the main RAFB pages. Code Convention --------------- Things like format/style of header guards aren't too important at this stage, nor code layout/spacing. For identifiers used in template parameters, I am using the full-word identifier as found in the standard, but with a leading underscore, so _InputIterator, _BinaryPredicate, and so on. Likewise, all identifiers used in the function itself (parameters as well as local variables) follow the same initial style of leading underscore followed by capital letter, so _First, _Last, _Pred, and so on. -- Stingray_ We are going with an MIT style license. We've decided to go with the following comment block for the license text. -- Kniht /* * Copyright (c) 2002 Your Name Here * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, * publish, distribute, sublicense, and/or sell copies of the Software, * and to permit persons to whom the Software is furnished to do so, * subject to the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */