New posts in standards

What is the rationale for parenthesis in C++11's raw string literals R"(...)"?

Preparation for std::iterator Being Deprecated

Is auto_ptr deprecated?

std::vector and contiguous memory of multidimensional arrays

Why don't the C or C++ standards explicitly define char as signed or unsigned?

Is the definition of "volatile" this volatile, or is GCC having some standard compliancy problems?

Why is `i = ++i + 1` unspecified behavior?

Declare main prototype

Non-Standard Attributes on HTML Tags. Good Thing? Bad Thing? Your Thoughts?

What's the purpose of allowing duplicate property names?

Why do compilers allow string literals not to be const?

Checking for empty arrays: count vs empty

<nav> or <menu> (HTML5)

Why an unnamed namespace is a "superior" alternative to static? [duplicate]

Address standardization within a database

C++ Modules - why were they removed from C++0x? Will they be back later on?

Is it intended by the C++ standards committee that in C++11 unordered_map destroys what it inserts?

Clean way to launch the web browser from shell script?

What is currently the best way to get a favicon to display in all browsers that support Favicons? [duplicate]

Is right shift undefined behavior if the count is larger than the width of the type?