Skip to content

Commit 58fac16

Browse files
committed
Reference to gcc issue
1 parent 3addf4e commit 58fac16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/util/chrono_internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
// transitions between rule sets in tzdata.zi (e.g., Australia/Broken_Hill around
4242
// 2000-02-29 23:23:24).
4343
// Until this is fixed, we use the vendored date.h library for GCC.
44+
// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116110
4445

4546
#if defined(_MSC_VER) && defined(__cpp_lib_chrono) && __cpp_lib_chrono >= 201907L
4647
# define ARROW_USE_STD_CHRONO 1

0 commit comments

Comments
 (0)