reference collapsing problemYes it is. [code]ar1 + ar2[/code] must call C1 = const C1& + const C2& because ar1,ar2 are lvalues. ...
reference collapsing problemThe following code is self explanatory. I use many container<arithmetic> structures as algebra vect...
SFINAE of incomplete typesComplete rewrite of code. It is working now. [code]#include <iostream> #include <vector> #include <...
Im new here, i need help. :([code]#include <iostream> #include <cmath> double inflation(double start, double percent, int years...
SFINAE of incomplete typesMy head will explode. I don't find anything wrong in the following code. Output must be: [output]...