Workshop 5
Q:I'm getting the following error:
w5.cpp:43:22: error: default template arguments may not be used in function templates without -std=c++0x or -std=gnu++0x
at Line:
template <class T = double> Line43-> Array<T>::Array(int n){
Could someone pls help resolve this? Thanks