Search code examples
Why is assignment of 0 or nullptr to std::string allowed, even when it results in a straight forward...


c++c++14language-lawyerstdstringnullptr

Read More
How to split std::array without copying?...


c++c++14stdarray

Read More
How to convince CMake to use the CUDA fmax function instead of the std cmath function?...


c++cmakecudac++14

Read More
Adding optional argument to variadiac class template (C++14)...


c++templatesc++14template-meta-programmingenable-if

Read More
Deprecate templated class name with template alias (type alias, using)?...


c++templatesc++14deprecatedtemplate-aliases

Read More
Is there any potential problem if appending more enumeration in an the header of a library which is ...


c++enumsc++14shared-libraries

Read More
Capture std::promise in a lambda C++14...


c++c++11lambdapromisec++14

Read More
Why is std::random_shuffle method deprecated in C++14?...


c++c++11deprecatedc++14stl-algorithm

Read More
C++ variadic template partial template specialization with std::enable_if...


c++templatesc++14variadic-templatestemplate-meta-programming

Read More
How to move from std::optional<T>...


c++stdc++14boost-optional

Read More
How do I print a vector of chars using fmt?...


c++c++14stdnull-terminatedfmt

Read More
Return an RAII object from a function...


c++c++14c++17

Read More
Volatile and optimization with different compilation units...


embeddedc++14interruptvolatilebare-metal

Read More
How to replace top element of heap efficiently withouth re-establishing heap invariant twice?...


c++stlheapc++14priority-queue

Read More
Can I place "non-static blocks" of code in class definitions?...


c++initializationc++14non-static

Read More
C++14 constexpr function requirements on cppreference...


c++c++11language-lawyerc++14constexpr

Read More
std::vector<bool>::reference with std::exchange...


gccvisual-c++stlclangc++14

Read More
Resetting unique_ptr to an array of characters...


c++c++14smart-pointers

Read More
What's the cleanest way to pass a typename into a lambda?...


c++templateslambdac++14

Read More
valgrind and std::unique_ptr --- false positive or not?...


c++valgrindc++14smart-pointers

Read More
Expand parameter packs with different lengths...


c++c++11c++14variadic-templates

Read More
Pure virtual function issue...


c++ooppolymorphismc++14virtual-functions

Read More
Can I use MISRA-2023 with C++14?...


c++c++14misra

Read More
Enums support for inheritance...


c++11enumsc++14c++17

Read More
How to convert between a Unicode/UCS codepoint and a UTF16 surrogate pair?...


c++unicodec++14surrogate-pairsucs

Read More
n={0,1,...,n-1} in C++...


c++c++14set-theory

Read More
Partial template specialization for when all template parameters are the same type...


c++c++14sfinaetemplate-specializationparameter-pack

Read More
Substituting `std::holds_alternative` in C++14 with mapbox variant...


c++c++14std-variant

Read More
Using is_XXX_v<> in C++14...


c++c++14type-traits

Read More
Is it ok to use std::ignore in order to discard a return value of a function to avoid any related co...


c++gccc++14

Read More
BackNext