Clarify what is meant by not supporting C++

This commit is contained in:
sin 2015-03-11 15:31:47 +00:00
parent ef43d8c0a5
commit 5933d58bde

3
README
View File

@ -6,7 +6,8 @@ and simply overlays the system headers by using the #include_next extension foun
in GCC and clang. It was initially intended to be used on musl[1] based Linux
distributions.
NOTE: It does *not* support C++.
NOTE: It does *not* support C++. For C++ programs, the fortify headers
will essentially be a no-op.
Features
========