Belatedly add variant.cpp to libc++. This completes the support for the
upcoming C++17 std::variant template.
This commit is contained in:
parent
a3906ca572
commit
5d77776c55
@ -44,6 +44,7 @@ SRCS+= thread.cpp
|
||||
SRCS+= typeinfo.cpp
|
||||
SRCS+= utility.cpp
|
||||
SRCS+= valarray.cpp
|
||||
SRCS+= variant.cpp
|
||||
|
||||
CXXRT_SRCS+= auxhelper.cc
|
||||
CXXRT_SRCS+= dynamic_cast.cc
|
||||
|
Loading…
x
Reference in New Issue
Block a user