在 2018/3/24 4:58, Martin Storsjö 写道:
> The register storage class is deprecated in C++11 and removed in
> C++17, and doesn't serve any purpose in these particular instances
> in C either.
>
> Signed-off-by: Martin Storsjö
> ---
> mingw-w64-headers/crt/stdio.h | 30 +++---
The register storage class is deprecated in C++11 and removed in
C++17, and doesn't serve any purpose in these particular instances
in C either.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/stdio.h | 30 +++---
mingw-w64-headers/crt/swprintf.inl | 6 +++--
maxgacode 2018-03-23 21:57:
Dear All,
Hi,
This is my first message in the list and I'm writing to get some
information. At the moment I'm using the MinGW-64 GCC 6.1.0 toolchain
using Win64 and I'd like to upgrade my programming environment.
Usually I avoid the x.0.0 version so I'm thinking t
Dear All,
This is my first message in the list and I'm writing to get some
information. At the moment I'm using the MinGW-64 GCC 6.1.0 toolchain
using Win64 and I'd like to upgrade my programming environment.
Usually I avoid the x.0.0 version so I'm thinking to move to the GCC
7.x.x version of th