+ 18.9 Language support library, Initializer lists: <initializer_list>
commit1220e133788c5c1d25fe0ad59d2a718d5d451f86
authorJörg Pfähler <bluecoder@gmx.de>
Tue, 9 Jun 2009 13:49:47 +0000 (9 15:49 +0200)
committerJörg Pfähler <bluecoder@gmx.de>
Fri, 12 Jun 2009 17:28:20 +0000 (12 19:28 +0200)
tree47f4383a6ce9d0e3c0d336e3dcae23afde087e5e
parente8648c8b3971db393f47ad813afc1f1c5795036b
+ 18.9 Language support library, Initializer lists: <initializer_list>
+ lightlibc++ defines are defined according to the gcc commandline options, see README
+ dynamically linking to the host libc in the testcases
21 files changed:
Doxyfile
Makefile
README
STATUS
include/initializer_list [copied from testcase/new/nothrow.cpp with 67% similarity]
include/lightlibc++/compiler.hpp
include/lightlibc++/doxygen.hpp
include/lightlibc++/initializer_list.hpp [new file with mode: 0644]
include/lightlibc++/typeinfo.hpp
testcase/cstddef/NULL.cpp
testcase/cstdint.cpp
testcase/cstdlib/quick_exit-exceptions.cpp
testcase/cstdlib/quick_exit.cpp
testcase/cxxabi/pure_virtual.cpp
testcase/cxxabi/typeinfo.cpp
testcase/initializer_list.cpp [copied from testcase/cstdlib/quick_exit.cpp with 57% similarity]
testcase/new/bad_alloc.cpp
testcase/new/new_handler.cpp
testcase/new/nothrow.cpp
testcase/typeinfo/bad_cast.cpp
testcase/typeinfo/bad_typeid.cpp