jspam
jspam
Replace loops using it by simple do { ... } while (0) loops. This allows static analysis tools like clang-tidy to better understand the code and avoid false positives. Fixes...
```cpp #include #include void f(std::vector p); int main() { std::vector v; BOOST_CHECK_NO_THROW(f(std::move(v))); } ``` run `clang-tidy --extra-arg=-I/path/to/boost/include -checks=-*,bugprone-use-after-move test.cpp` (clang-tidy version 14.0.5) yields: ``` /tmp/test.cpp:8:36: warning: 'v' used after it...
Using current master (8bd75ed6822beae66c90c6c45b1afd2b37201c9b) plus 2 unrelated patches. MXE console output: ``` [build] glib x86_64-pc-linux-gnu Failed to build package glib for target x86_64-pc-linux-gnu! ------------------------------------------------------------ tmp-glib-x86_64-pc-linux-gnu/glib-2.70.2/meson.build:1:0: ERROR: Compiler sccache cc can...
Thank you very much for this library! Is there an easy way to display the required attribution, e.g. "Map data (C) OpenStreetMap contributors", inside the map?
Using the latest master (fe9795068959db99918cd4196d8c2c420786a0a2), I cannot display any image in the single image view. The image view stays empty and the following is logged: ``` 09-28 20:28:11.939 15560 15660...