| Title |
Δ |
| Ignore template parameter
|
-1.36 |
| Innocent range based for loop not working
|
+1.14 |
| Does this program with bounded recursion have undefined behavior?
|
-0.39 |
| Constexpr operator new
|
0.00 |
| Does it matter which header (cstddef, cstdio, cstdlib, etc.) I incl...
|
-1.64 |
| Standard way of getting a non-specialized std::vector<bool> c...
|
-1.80 |
| C++ Create vector or list from argument parameter packs
|
-1.30 |
| convert constexpr n-dimensional array of one type to constexpr n-di...
|
-0.87 |
| Is everything provided by TR1 now available in C++14 and easy to ma...
|
0.00 |
| Why does enable_if not behave as expected?
|
-2.15 |
| How to properly create template object of type T i.e. T result = T();
|
0.00 |
| How to implement a constructor so it only accepts input iterators u...
|
+2.71 |
| Use of auto as return and parameters type in C++14
|
-1.81 |
| Reference collapsing and const
|
0.00 |
| Why does this using another constant variable defined later qualify...
|
0.00 |
| In a composition relationship, can a member call a parent method?
|
0.00 |
| Are the experimental features of modern C++ reliable for long-term...
|
+0.92 |
| Overload local lambda function
|
+0.42 |
| template template class, call a function if it exists
|
-0.57 |
| Iterate with constexpr
|
-0.59 |
| Check if a function template is unary
|
0.00 |
| Can one use parameter value directly (not its type but value itself...
|
-0.10 |
| Enable one operator() based on the dimension
|
+0.04 |
| Deep copy in a move constructor
|
-0.74 |
| C++: is std "magically" there? always?
|
-0.13 |
| Using new to allocate contiguous space vs using a vector?
|
-0.68 |
| How to write a variadic-template function with objects as parameters?
|
-1.19 |
| How does the compiler decide between vector vs initializer_list?
|
+2.27 |
| Why there is no templated typedef in C++11?
|
0.00 |
| std::round is not a member of std on android
|
0.00 |
| How to make nested aggregate initializer?
|
-0.40 |
| Why does it not work when an lvalue-ref-arg and an rvalue-ref-arg a...
|
+2.81 |
| Returning non-copyable non-movable object with explicit constructor
|
+0.12 |
| How does the 'delete' operator actually work behind the sce...
|
+0.91 |
| Most efficient way to initialize class member vector with large dat...
|
-1.89 |
| Why is my swap<string,string> far slower than the std version?
|
0.00 |
| C++ container with expiration time
|
-0.05 |
| vector<char> VS vector<bool> in C++11
|
-0.05 |
| Why a function with Bool argument accepts String?
|
+0.61 |
| Duplicating a string in C (Include memory allocating, pointers, etc.)
|
-0.33 |
| C++ app: How to properly delete/release an allocated object?
|
+1.62 |
| Should all objects in a vector have a copy constructor?
|
0.00 |
| How to print Greek letter delta in c++
|
0.00 |
| Move unique_ptr from set to set
|
-1.44 |
| Why do I have to cast an address into an integer to make it assigna...
|
-1.25 |
| Function to find min and max values in a vector, and returning thei...
|
+0.48 |
| Better way to convert const wchar_t * to const std::basic_string<...
|
+0.35 |
| Avoid code duplication by implementing two functions that differ by...
|
+1.11 |
| Is there an idiom/design pattern for restricting templates?
|
+1.86 |
| gcc vs. clang, msvc and icc: Is this function call ambiguous?
|
-1.23 |