Search code examples
Can I have my Makefile automatically make GCC use the most recent standard it supports?...


c++c++11gccc++14gnu-make

Read More
When in C++14 with RVO/NRVO closed, how is the object returned?...


c++c++14return-value-optimizationnrvo

Read More
terminate called after throwing an instance of 'std::__cxx11::basic_string<char, std::char_tr...


c++sqlitec++11c++14

Read More
unresolved external symbol "private: static class variable" c++...


c++c++14mutexstatic-methodsunresolved-external

Read More
How to check if a class has one or more methods with a given name?...


c++templatesmethodsc++14sfinae

Read More
String literal, getting compiler to compute length for string_view constructor...


c++c++14

Read More
c++ 14 (VS 2015) shared_ptr with protected inheritance - no suitable user defined conversion...


c++c++14shared-ptrprotected

Read More
How to to properly initialize co-dependent static fields...


c++c++14

Read More
Number of value representation bits in a integer, according to the standard?...


c++standardslanguage-lawyerc++14bit

Read More
Why rvalue reference template variable is able to bind to lvalue...


c++templatesc++14rvalue-reference

Read More
Function argument returning void or non-void type...


c++templatesc++14

Read More
Conversion of Pointer to Pointer Types...


c++pointersc++14

Read More
How many temporary std::string object be created in the code? (Effective Modern C++ materials)...


c++c++14stdstring

Read More
Can you use C++14s single quote (') digit separator with non-integer types?...


c++c++14

Read More
Purpose of std::index_sequence & void casting in bswap_impl...


c++templatesc++14variadic-templatesparameter-pack

Read More
Preference of conversion operator over copy constructor changes from C++14 to C++17?...


c++c++17c++14language-lawyerconversion-operator

Read More
Strip everything except API from C++ static lib?...


c++gccg++c++14

Read More
Recursion in C++ leads to exit code...


c++c++14computer-science

Read More
Conditionally trivial destructor...


c++c++14destructorc++20variant

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


c++constructorc++14

Read More
Struct default value initialization in C++14...


c++classstructc++14

Read More
Is there a C++ way to get the min/max value of a scalar?...


c++c++14

Read More
Generate wrapper to any dll with help of macros/templates...


c++winapidllc++17c++14

Read More
Format negative number with boost...


c++boostc++14

Read More
Removal of ACE_Singleton with some other Singleton class from BOOST or C++14 class...


c++c++11boostc++14

Read More
What is the canonical way to check for approximate zeros in Catch2?...


c++floating-pointc++14catch2floating-point-comparison

Read More
Partial template specialization match differs between VS2019 and VS2022 when compiling...


c++c++14

Read More
Tracking down owner of a shared_ptr?...


c++c++11c++14shared-ptrsmart-pointers

Read More
Obtain the vertices of each bounded face in an arrangement in CGAL...


c++c++14cgal

Read More
I am not getting the expected output while entering 10000 in this code. The problem is about convert...


c++loopsc++11c++14c++17

Read More
BackNext