the following code should not compile#include "stdafx.h"#include <valarray>int _tmain(int argc, _TCHAR* argv[]){ const std::valarray<int> v(1, 1); v[0]=10; return 0;}
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...