Andi Anderson

Results 16 comments of Andi Anderson

Respect, you changed title BEFORE my remark. Now it's my turn, though.

I'm using out of the box `ImPlot::PlotLine` or `ImGui::PlotLines` which calls `ImDrawList::AddLine` which calls `PathLineTo` Not sure what more you want me to check

Not even a simple ``` std::println( "{}", std::make_tuple( 1, 2, 3 ) ); ``` seems to work. I'm confused. (VS 17.9.6, /std:c++latest) https://godbolt.org/z/W3Yh6aT8P

> can I work on this? If this -1 liner is not too much for you, yes!

I'm familiar writing formatters for my types, but I fail to see how I could consume more than one {}. Maybe impossible by design. Maybe I just need a hint.

I still wonder why the design choice was single {} for one tuple rather than n {}s