Thread: Future of the Standard Template Library

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    6

    Future of the Standard Template Library

    SGI, the company that wrote the Standard Template Library
    http://www.sgi.com/tech/stl/index.html
    is now in chapter11 bankruptcy. The future of SGI is
    uncertain. Will the fate of SGI have any effect on the
    availability of the Standard Template Library for C++ ?
    Or has SGI put the Library into the public domain?

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    The standard library is different from the STL. People just refer to the containers and algorithms in the C++ standard library as the STL because they were based on the STL.

    The C++ standard library is specified by the C++ standard, which will of course not be affected in any way by SGI. Currently, SGI has its own implementation of the standard library, which may no longer be supported, but there are plenty of vendors who also have implementations so it shouldn't have any real effect on the language.

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    What's the deal with the Boost libraries? Are they going to be added to the standard?
    Sent from my iPadŽ

  4. #4
    Registered User
    Join Date
    Dec 2004
    Location
    UK
    Posts
    109
    some of the boost libraries have been included in TR1 (such as smart pointers I think) many others are being considered for inclusion in TR2.

  5. #5
    Registered User
    Join Date
    Jan 2005
    Posts
    7,366
    Also, almost everything that is included in TR1 (except the mathematical functions) will be in the next standard. The actual TR1 draft is here (PDF).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  2. Standard Template Library
    By Rez in forum C++ Programming
    Replies: 2
    Last Post: 04-15-2006, 02:15 PM
  3. Source code of the standard library functions...
    By Nutshell in forum C Programming
    Replies: 2
    Last Post: 01-21-2002, 12:35 PM
  4. C standard library
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 12-08-2001, 12:08 PM
  5. oh me oh my hash maps up the wazoo
    By DarkDays in forum C++ Programming
    Replies: 5
    Last Post: 11-30-2001, 12:54 PM