Files
mu4e/lib/utils
Matthew Smith 45b4f60348 mu-utils: Fix build with musl
In musl, `stdout` is a macro that expands to `(stdout)`, and
`::(stdout)` is not valid C++.

../mu-1.12.2/lib/utils/mu-utils.hh:268:32: error: expected
  id-expression before '(' token
 268 |                              ::stdout);
     |                                ^~~~~~

Nothing in the Mu namespace is named stdout, so it is safe to drop
the `::`.

Bug: https://bugs.gentoo.org/928361
2024-04-01 11:23:39 +00:00
..
2023-09-24 17:29:56 +03:00
2023-09-24 17:29:56 +03:00
2023-05-12 21:52:32 +03:00
2024-03-15 19:47:30 +02:00
2023-08-09 23:24:47 +03:00
2023-09-24 20:21:57 +03:00
2023-09-24 20:21:57 +03:00
2023-12-13 21:48:43 +02:00
2023-07-05 23:40:36 +03:00
2023-08-19 20:04:50 +03:00
2023-09-11 23:51:37 +03:00
2023-09-17 18:11:10 +03:00
2024-04-01 11:23:39 +00:00