Skip to content

Commit 9f5cc4f

Browse files
TODO
1 parent 31e324b commit 9f5cc4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/data.table.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
/* we mean the encoding bits, not CE_NATIVE in a UTF-8 locale */
4343
#define IS_UTF8(x) (getCharCE(x) == CE_UTF8)
4444
#define IS_LATIN(x) (getCharCE(x) == CE_LATIN1)
45+
// TODO: remove the `R_SVN_VERSION` check when R 4.5.0 is released (circa Apr. 2025)
4546
#if R_VERSION < R_Version(4, 5, 0) || R_SVN_REVISION < 86789
4647
# define IS_ASCII(x) (LEVELS(x) & 64)
4748
#else

0 commit comments

Comments
 (0)