mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/clang400-import/; revision=313942
@ -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…
Reference in New Issue
Block a user