Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in clang++
size() of std::array pointer in constexpr context
Mar 01, 2021
c++
c++11
gcc
clang++
constant-expression
Why same named extern local variables in different blocks get different linkages between compilers in c++?
Nov 07, 2022
c++
g++
clang++
extern
linkage
Vectorize a function in clang
Oct 29, 2022
c++
vector
simd
clang++
Clang modifies return value in destructor?
Feb 22, 2022
c++
clang++
clang "hello, world!" link errors in windows
Nov 11, 2022
c++
linker-errors
clang
std
clang++
Why does GCC optimization not work with valarrays?
Jan 02, 2021
c++
gcc
g++
clang++
Can't assign a `std::unique_ptr` to a base class in clang when using an alias template
Jan 14, 2022
c++
clang
c++14
clang++
What is the LLVM version bundled with Xcode?
Sep 10, 2022
clang
llvm
xcode7
clang++
llvm-clang
Does clang support bounds checking?
Dec 14, 2020
clang
clang++
Raw Loop on an array of bool is 5 times faster than transform or for_each
Oct 18, 2022
c++
performance
c++17
clang++
Why clang rejects variadic template friend function
Mar 28, 2021
c++
templates
c++14
variadic-templates
clang++
Is this unsafe usage of a braced initializer list in a range-based for loop?
Dec 08, 2021
c++
c++11
language-lawyer
clang++
list-initialization
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)
Jul 25, 2021
c++
x86
g++
compiler-optimization
clang++
Member specialization of alias declaration in different namespaces
Mar 31, 2022
c++
c++11
gcc
clang
clang++
GCC/CLang disagree on partial specialization of template template parameter
May 30, 2021
c++
gcc
language-lawyer
clang++
template-specialization
Why are the compiler errors inconsistent in gcc and clang when casting an xvalue to a non-const lvalue reference? [duplicate]
May 08, 2021
c++
gcc
clang
language-lawyer
clang++
Explicit instantiation of templated constructor for template class
Apr 13, 2022
c++
clang
clang++
explicit-instantiation
Is initialization of a reference variable primary template required even when it is never instantiated?
Feb 13, 2022
c++
templates
language-lawyer
clang++
variable-templates
May I declare a member type alias to a type in a surrounding scope, using the same name?
Jul 25, 2020
c++
g++
c++14
clang++
type-alias
« Newer Entries
Older Entries »