Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Default parameters to restrict(amp) functions

Is there a proper 'ownership-in-a-package' for 'handles' available?

Unexpected overload resolution with default function template parameter

Is std::async broken in gcc 4.7 on linux? [closed]

Generating pseudo-random integers from a changing interval efficiently

c++ random c++11 integer

Convert between string, u16string & u32string using libstdc++

TBB possible memory leak

Lambda returning lambda incorrectly infers return type?

Portable method to package C++11 program sources

Interdependent class templates design?

c++ class templates c++11

"static_cast<To>(from)" if and only if "To to{from}", or not?

Handling std::function with SWIG

c++ c++11 swig

Mistakenly using a moved value

c++ c++11 move-semantics

strongly typed enums in g++-4.4

Iterator equivalent to nested for loops shows 50 % performance breakdown - why?

why vector<double> accepts initializer_list with integer elements?

c++ c++11

Forwarding the const-ness of a template parameter, should I use a forwarding reference?

Detect dangling references to temporary

invalid operands to binary expression ('std::ostream' (aka 'basic_ostream<char>') and 'const char *') [closed]

c++ c++11 clang cheerp

How to combine static_assert with sizeof and stringify?