sample_size is a variable which is computed at compile time. Declare it "static const", so the compiler can optimize it away.
sample_size is a variable which is computed at compile time. Declare it "static const", so the compiler can optimize it away.