Files
mu4e/lib
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
..
2024-04-01 11:23:39 +00:00
2023-09-23 09:27:46 +03:00
2023-09-09 17:26:20 +03:00
2023-09-16 11:12:16 +03:00
2023-09-24 17:29:56 +03:00
2023-09-12 21:35:47 +03:00
2023-09-12 21:35:47 +03:00
2023-09-16 11:12:16 +03:00
2023-09-10 08:55:25 +03:00
2023-07-23 21:04:26 +03:00
2024-03-15 19:47:30 +02:00
2024-03-15 19:47:30 +02:00