Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in templates

bogus "use of local variable with automatic storage from containing function" with c++ template?

c++ templates gcc

Using `extern template` with third-party header-only library

How to use template explicit instantiation with C++20 modules?

Dependent Non-Type Template Parameters

Defining new XCode template tags on a per-project basis

Passing references to Variadic templates

c++ templates c++11 variadic

How to explicitly instantiate a template class that has a nested class with a friend function (C++)

c++ templates

In-class initialisers using = for class templates

Why is T const&& not a forwarding reference?

Is a specialization implicitly instantiated if it has already been implicitly instantiated?

Problem in GCC/C++17 with template template class

c++ templates gcc clang c++17

doxygen C++ inline template documentation

C++0x error with constexpr and returning template function

c++ templates c++11 constexpr

Is there a template/constexpr/C++11 way of replacing X-macros?

c++ templates c++11 constexpr

Unexpected overload called when function is called from variadic template instantiation

Optionally supporting initializer_list construction for templates maybe wrapping containers

loss of const volatile qualifiers

c++ templates volatile

Should a name found in a dependent base class hide a namespace name at the point of instantiation?

explicit call to variadic function template with empty parameter pack

Is it possible to write one function for std::string and std::wstring?