!
De: Alberto Escrig Vidal
Enviado: martes, 29 de mayo de 2018 19:32:39
Para: The Cygwin Mailing List
Asunto: Re: Updated: gcc-7.3.0-2 (x86/x86_64)
Thanks so much Jon!
I have noticed a couple of issues with g++-7.
1)
#include
#include
#include
int main()
{
std::string Str;
std
Thanks so much Jon!
I have noticed a couple of issues with g++-7.
1)
#include
#include
#include
int main()
{
std::string Str;
std::stringstream ss("hello");
std::getline(ss,Str);
std::cout << Str;
return 0;
}
Compiling the above program with:
g++ -g -std=c++17 foo.cpp
Compiles just
Consider the following program:
#include
int main() {}
If I compile it with
clang++ -stdlib=libc++ foo.cpp
i get the error:
/usr/include/c++/v1/locale:197:10: fatal error: 'nl_types.h' file not found
#include
The reason is that libcatgets-devel 1.1-2 was obsoleted by cygwin-devel.
On the other
3 matches
Mail list logo