summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsin2015-03-11 12:59:01 +0000
committersin2015-03-11 12:59:01 +0000
commitef43d8c0a5bf19437b9d3b6d1ea5821af4579d8c (patch)
tree36b720debf3db67bca19be80125d0762a025d9dd /README
parent69e43f5c5ee1c95f2d9701380b30d31589a77350 (diff)
Add note about C++ in the README
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index d051434..ccae163 100644
--- a/README
+++ b/README
@@ -6,6 +6,7 @@ and simply overlays the system headers by using the #include_next extension foun
6in GCC and clang. It was initially intended to be used on musl[1] based Linux 6in GCC and clang. It was initially intended to be used on musl[1] based Linux
7distributions. 7distributions.
8 8
9NOTE: It does *not* support C++.
9 10
10Features 11Features
11======== 12========