Search code examples
Is removing 'explicit' from a constructor binary compatible?...

c++c++03explicit-constructor

Read More
looser throw specifier for in C++...

c++xcodegccc++03c++98

Read More
Eliminate functions from template class in C++03...

c++sfinaec++03

Read More
How to write `is_complete` template?...

c++templatestype-traitsc++03

Read More
Accessing an enum value in a nested templated class in C++03...

c++enumsc++03

Read More
Union initialization in C++ and C...

c++cinitializationunionsc++03

Read More
Is C++03 a new version of the C++ Standard or just a Technical Corrigendum (TC) of C++98?...

c++language-lawyerstandardsisoc++03

Read More
How to specify a pointer-value template argument that defaults to NULL, in C++03?...

c++templatesc++03default-template-argument

Read More
Why did C++03 allow data members with the same name as the class?...

c++language-designc++03c++98

Read More
Find the smallest integer type that can count up to N...

c++metaprogrammingc++03

Read More
Check if (primitive) types are castable in C++...

c++castingc++03

Read More
C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers, even old C++03 compilers)?...

c++c++11smart-pointersc++03

Read More
Why use = to initialise a primitive type in C++?...

c++coding-stylec++03

Read More
Why does std::istringstream appear to resolve differently to std::ifstream in the ternary (?:) opera...

c++conditional-operatorc++03

Read More
Get the maximum sizeof at compile time c++03...

c++c++03

Read More
Is there any reason to use the 'auto' keyword in C++03?...

c++keywordautoc++03

Read More
Why is multiple variable definition across different source files a problem, but multiple class defi...

staticglobalmemberdefinitionc++03

Read More
Is it safe to move boost::unique_lock out of a function as a return value using move emulation on C+...

boostmove-semanticsc++03boost-mutex

Read More
Why are you not allowed to call the main function?...

c++program-entry-pointlanguage-designc++03

Read More
UML Class Diagram with Struct Defined Inside Class...

c++umlinner-classesclass-diagramc++03

Read More
Are members of a POD-struct or standard layout type guaranteed to be aligned according to their alig...

c++c++11language-lawyermemory-alignmentc++03

Read More
Emulating lambdas in C++03 for flow-control purposes in macros...

c++visual-studioc++11macrosc++03

Read More
What is the equivalent of /proc/self/exe on Macintosh OS X Mavericks?...

c++osx-mavericksportingc++03darwin

Read More
How can I pass a class member function as a callback?...

c++callbackfunction-pointersc++03

Read More
Excluding conversion operator from class template ...<typename T> based on traits on T...

c++templateslanguage-lawyerc++03

Read More
Initialize union using largest member under MSVC compiler...

c++initializationvisual-studio-2015unionsc++03

Read More
How do I perform a narrowing conversion from double to float safely?...

c++c++11castingtype-conversionc++03

Read More
How to use preprocessor IF on DEFINE that is an ENUM member?...

c++preprocessorc++03

Read More
How to create a std::map of constant values which is still accessible by the [] operator?...

c++dictionarystlconstantsc++03

Read More
C++ "Floating Point Enum"...

c++floating-pointenumerationc++03

Read More
BackNext