-
### Description
ITK was recently changed from using 'ato[ifd]' to using 'sto[ifd]' in an attempt to provide more robust error checking.
```
commit b9a384af33e904ae0da212ace9130632c808c6fd
Auth…
-
*@rwols commented on Feb 11, 2018, 12:46 PM UTC:*
I've been trying out clang 7.0 and it seems they moved experimenta/string_view to string_view:
```
In file included from /usr/local/include/boost/as…
ghost updated
3 years ago
-
**Describe the bug**
It is not possible at the moment to distinguish between the following records via PVAccess:
```
record(waveform, "one") {
field(FTVL, "STRING")
field(NELM, "1")
…
-
During PR https://github.com/alpaka-group/alpaka/pull/2317#discussion_r1683056959 there was the question if we already support the native implementation of C++23 `std::mdspan`. At the moment we do not…
-
I'm working on adding CodeChecker support for our codebase and the docs mention that you should use `assert()` to guide clangsa around false positives. Our codebase doesn't currently use `assert()` so…
-
```
My config:
remove_torrent_from_client="yes"
torrent_daemon_login="Leonard"
torrent_daemon_password="password"
torrent_daemon_port=""
torrent_daemon_bin="/usr/bin/xmlrpc"
Torrents are not removed…
-
### Version/Branch of Dear ImGui:
868facff9ded2d61425c67deeba354eb24275bd1
### Back-ends:
glfw+opengl3
### Compiler, OS:
Debian Trixie
### Full config/build information:
```
Dear ImGui 1.90.5 …
-
```
My config:
remove_torrent_from_client="yes"
torrent_daemon_login="Leonard"
torrent_daemon_password="password"
torrent_daemon_port=""
torrent_daemon_bin="/usr/bin/xmlrpc"
Torrents are not removed…
-
```
My config:
remove_torrent_from_client="yes"
torrent_daemon_login="Leonard"
torrent_daemon_password="password"
torrent_daemon_port=""
torrent_daemon_bin="/usr/bin/xmlrpc"
Torrents are not removed…
-
There is a Technical Specification for parallelism that is likely going to make it into C++23. That's a ways to go, but I'm bringing it up because it has a class `std::simd` that is, for all practical…