[libaxx] Add complex c++ library

This commit is contained in:
Émilie Feral
2018-04-13 14:45:16 +02:00
parent 537cae5839
commit 9fcb22ef8e
7 changed files with 1767 additions and 4 deletions

7
libaxx/include/complex Normal file
View File

@@ -0,0 +1,7 @@
#ifndef LIBAXX_COMPLEX
#define LIBAXX_COMPLEX
#define THINNER_HEADER
#include "external/libcxx/complex"
#endif