We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3addf4e commit 58fac16Copy full SHA for 58fac16
cpp/src/arrow/util/chrono_internal.h
@@ -41,6 +41,7 @@
41
// transitions between rule sets in tzdata.zi (e.g., Australia/Broken_Hill around
42
// 2000-02-29 23:23:24).
43
// 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
45
46
#if defined(_MSC_VER) && defined(__cpp_lib_chrono) && __cpp_lib_chrono >= 201907L
47
# define ARROW_USE_STD_CHRONO 1
0 commit comments