-
Bug
-
Resolution: Won't Fix
-
Medium
-
Code Generation Tools
-
CODEGEN-4140
-
ARM_18.1.0.LTS
-
The following code errors in the library, complaining that certain function calls must have constant values. #include <vector> ...
-
This is expected. According to the C++14 standard, section 26.5.3.1, table 116, a uniform random number generator's static max a...
std::shuffle complains about requiring constant values in the implementation