diff options
author | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:29:11 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-07-30 14:29:11 +0100 |
commit | 46390a54b3a0310a4662bae448031d853c61e8d7 (patch) | |
tree | 3d26f3d926a867901b1f91abc7508264bea7ed78 /vendor/utfcpp/utf8.h | |
parent | 428eea648d7088999411762513e199d99a9e77fe (diff) |
Update vendored dependencies and fix update tool for Perl changes.
Diffstat (limited to 'vendor/utfcpp/utf8.h')
-rw-r--r-- | vendor/utfcpp/utf8.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/utfcpp/utf8.h b/vendor/utfcpp/utf8.h index c2c85d6d0..82b13f59f 100644 --- a/vendor/utfcpp/utf8.h +++ b/vendor/utfcpp/utf8.h @@ -31,8 +31,4 @@ DEALINGS IN THE SOFTWARE. #include "utf8/checked.h" #include "utf8/unchecked.h" -#if __cplusplus >= 201103L // C++ 11 or later -#include "utf8/cpp11.h" -#endif // C++ 11 or later - #endif // header guard |