Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

In C++0x is there something like static_assert which gives a warning instead of an error?

c++ c++11 static-assert

Should `unique_ptr< T const [] >` accept a `T*` constructor argument?

c++ c++11 standards unique-ptr

Get lambda parameter type

static constexpr member function in templated using expression not found

Constructor inheritance failure with boost::multiprecision::mpz_int

Calling virtual method of base template from derived variadic template class

Check if a fstream is either a file or directory

c++ c++11 fstream ifstream fstat

Explicit defaulted default constructor and aggregates

Can I legally use a struct with overloaded operator() as Compare for std::upper_bound?

c++ c++11 stl language-lawyer

difference between template parameters typename vs non typenames?

c++ templates c++11

Is it legal to partially specialise variadic template inner class with args from variadic template of an outer class

Abstract class as an interface, without the vtable

Is a data member of a temporary object an xvalue in C++11?

What the heck does std::bind(x, y) do?

c++ c++11 stdbind

Is parameter binding sequenced after argument evaluation?

Unicode string literals

Should I keep the random distribution object instance or can I always recreate it?

c++ random c++11

C++11 Delete Class Type?

c++ c++11

Is there a way of casting a pointer to an array type?

c++ c++11

The impact of virtual on the use of member of class template