Search code examples
How to capture a unique_ptr in a std::function...

c++c++14

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

c++c++14misra

Read More
Does the defaulted default constructor initialize variables to zero?...

c++constructorc++14

Read More
How to pass an array of vectors by reference?...

c++c++11c++14

Read More
Parameter passing for argument when C++17 is enabled changed to match C++14...

c++gccc++17c++14compiler-warnings

Read More
Convert multimap<Key,Value> to vector<vector<Value>>...

c++c++11stlc++14

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

c++c++14stdarray

Read More
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 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
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
BackNext