mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
54e2490aa5
For some reason when passing some non-const strings to convert, the convert(T&& arg) method was used instead of the one specialized for strings. This caused an error in clang because you can't pass objects with non-trivial types to varargs functions. The best solution I found was to just add a specialized function for non-const strings. |
||
---|---|---|
.. | ||
bar.hpp | ||
builder.hpp | ||
command_line.hpp | ||
config.hpp | ||
config_parser.hpp | ||
controller.hpp | ||
ipc.hpp | ||
logger.hpp | ||
parser.hpp | ||
renderer.hpp | ||
screen.hpp | ||
taskqueue.hpp | ||
types.hpp |