Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-specific

Using a class inside the requires-clause for the method of this class

Are C++ compilers actually compliant with zero-size array SFINAE rule?

GCC compiler produces error: invalid use of member function while CLang compiler does NOT

Why does this code generate different output for different compilers?

Is there a C compiler flag that allows case insensitivity?

How does GCC optimize this `switch`

What is bivariant parameter? ~ TypeScript

C++11 feature checking

Automatically detect C++14 "return should use std::move" situation

Does using __declspec(novtable) on abstract base classes affect RTTI in any way?

In C++, why do some compilers refuse to put objects consisting of only a double into a register?

c++ compiler-specific

Write a program that will print "C" if compiled as an (ANSI) C program, and "C++" if compiled as a C++ program

c++ c compiler-specific