-
- Name: Python
- Version: 3.8
- Release Note/Changelog: https://docs.python.org/3/whatsnew/3.8.html
I've skimmed through the list of deprecated features in Python 3.7 and 3.8, and I didn't notice…
-
`span_HAVE_DEDUCTION_GUIDES` is defined like this:
```cpp
#define span_HAVE_DEDUCTION_GUIDES (span_CPP17_OR_GREATER && ! span_BETWEEN( span_COMPILER_MSVC_VERSION, 1, 999 ))
```
which exc…
-
VS2019 since 16.3 has deprecated std::experimental::filesystem with #error in the corresponding header making the compikation fail.
With this small patch it's working:
```
--- a/nmos-cpp/Developm…
-
Many many thanks to @knapply @lemire @jkeiser and whoever else exercised _magic_ to make this work on 32 bit Windows esp in the flavor required by CRAN, notable gcc via mingw and shipped via Rtools.
…
-
GitHub issues are for tracking bugs, not for general discussing like a forum.
If you have a general question to ask, send it to mailing list:
muduo-library@googlegroups.com
Or visit:
https:/…
-
I'm still quite poor at `configure` scripts so I'll do what I can to help. Here's the `install.packages` output:
```
* installing *source* package ‘RcppSimdJson’ ...
** package ‘RcppSimdJson’ suc…
-
GitHub issues are for tracking bugs, not for general discussing like a forum.
If you have a general question to ask, send it to mailing list:
muduo-library@googlegroups.com
Or visit:
https:/…
-
GitHub issues are for tracking bugs, not for general discussing like a forum.
If you have a general question to ask, send it to mailing list:
muduo-library@googlegroups.com
Or visit:
https:/…
upckz updated
4 years ago
-
`std::uncaught_exception` was deprecated in C++17 and removed in C++20. [Section [diff.cpp17.depr]/1](https://eel.is/c++draft/diff.cpp17.depr#1) of the C++20 Working Draft explains:
> **Change:** R…
-
I've been working on a prototype `from_json()` functionality [here in my fork](https://github.com/dcooley/rcppsimdjson/tree/master/inst/include/from_json), which follows the exact same logic as [`json…