mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
Closes: https://bugs.gentoo.org/920027 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
13 lines
445 B
Diff
13 lines
445 B
Diff
https://github.com/tectonic-typesetting/tectonic/commit/d260961426b01f7643ba0f35f493bdb671eeaf3f
|
|
--- a/crates/xetex_layout/build.rs 2024-12-08 10:19:21.243061431 -0000
|
|
+++ b/crates/xetex_layout/build.rs 2024-12-08 10:44:13.539667493 -0000
|
|
@@ -86,7 +86,7 @@
|
|
let mut cppcfg = cc::Build::new();
|
|
|
|
let cppflags = [
|
|
- "-std=c++14",
|
|
+ "-std=c++17",
|
|
"-Wall",
|
|
"-Wdate-time",
|
|
"-Wendif-labels",
|