diff options
| author | sin | 2015-03-11 15:31:47 +0000 |
|---|---|---|
| committer | sin | 2015-03-11 15:31:47 +0000 |
| commit | 5933d58bdebd71cbfaea71fed6d3488abeb7b5d6 (patch) | |
| tree | aee3a8605683255293318c0fccf9580085703493 | |
| parent | ef43d8c0a5bf19437b9d3b6d1ea5821af4579d8c (diff) | |
Clarify what is meant by not supporting C++
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -6,7 +6,8 @@ and simply overlays the system headers by using the #include_next extension foun | |||
| 6 | in GCC and clang. It was initially intended to be used on musl[1] based Linux | 6 | in GCC and clang. It was initially intended to be used on musl[1] based Linux |
| 7 | distributions. | 7 | distributions. |
| 8 | 8 | ||
| 9 | NOTE: It does *not* support C++. | 9 | NOTE: It does *not* support C++. For C++ programs, the fortify headers |
| 10 | will essentially be a no-op. | ||
| 10 | 11 | ||
| 11 | Features | 12 | Features |
| 12 | ======== | 13 | ======== |
