Title |
Δ |
Is there a C++11 strncmp alternative that performs as well?
|
-2.25 |
What is the purpose of the bullet points in [basic.link]/8 in N4140...
|
+0.19 |
add mapping to C++ lambda from LLVM
|
-0.22 |
I think there might be a small inaccuracy in bullet point (17.6.2)...
|
-0.70 |
Does QIODevice::waitForReadyRead implicitly flush the output queue...
|
-0.75 |
initializer list and conversion to everything, construction order
|
+0.27 |
Conditionally initialize a struct field - only if it exists in that...
|
+1.05 |
Overload resolution when an argument is an initializer list and the...
|
0.00 |
Is there a way to make a moved object "invalid"?
|
-0.25 |
Overload resolution gets different result between gcc and clang
|
+0.29 |
Why C++ compiler isn't optimizing unused reference variables?
|
-0.59 |
Can a template be instantiated if there is nested type (not accesse...
|
+1.46 |
Why can't operator () of stateless functor be static
|
-2.67 |
How to avoid boilerplate on template arguments when calling parent...
|
+1.42 |
implicit std::pair construction in variadic template construction
|
-0.55 |
Is there "modern" way to avoid this kind of code duplicat...
|
+0.10 |
C++ compiler does not detect error in class template
|
+0.31 |
Make Friend the constructor of a template class
|
0.00 |
A failure to instantiate function templates due to universal (forwa...
|
-1.70 |
The term `function declaration` is defined in §7/9 (N4140), bu...
|
0.00 |
Why is a public copy-constructor required when assigning the tempor...
|
0.00 |
What is "a value not associated with an object"?
|
+0.30 |
ADL bug in VS2012?
|
0.00 |
What is the rationale to "no diagnostic required"?
|
-1.86 |
Force explicit template instantiation with CRTP
|
0.00 |
Should int a, f() {} compile?
|
+1.04 |
Value initialization
|
-1.25 |
C++ template definition fails on clang, works on GCC
|
-0.66 |
Do *non*-const references prolong the lives of temporaries?
|
-1.86 |
What's the difference between declarative region and scope
|
+0.61 |
static member of class template error
|
-0.39 |
What is the purpose of this pattern using a volatile pointer to &qu...
|
-1.15 |
Is the expression 'decltype(MyTag::non_static_m.test + 1)' syntacti...
|
+0.28 |
QThread: If there is no run() implemented, what does it do while wa...
|
+0.73 |
C++98 get result of promotion from operator
|
-1.45 |
What's va_arg() in C++11 variadic template?
|
-1.11 |
Is it better to pass-by-value and then move-construct or to pass-by...
|
0.00 |
Why constexpr must be static?
|
0.00 |
Why can't gcc deduce the correct types for my function template?
|
0.00 |
Strange behaviour of is_same_template on template aliases
|
0.00 |
What is the use of enums in C and C++
|
-0.21 |
overloading operator -> to access data member
|
-0.81 |
Specializing a function template
|
+0.28 |
What is the purpose of rvalue reference to an array in C++11?
|
-2.23 |
non-type parameter depends on arguments that come after it
|
0.00 |
Are ={} and {}-style initializations the same in C++11?
|
-1.92 |
Type deduction for non-viable function templates
|
0.00 |
Partial template specialization of a function for a type which need...
|
-0.23 |
What is a member function in c++?, does it contain a body?, is it d...
|
+0.56 |
C++ inconsistency between gcc and clang
|
0.00 |