I want to create a line RscString class as a parameter of the Validate() function.
ex)
const RscString<16384> PEM(pem.c_str()); //(pem , id are std::string)
const RscString<80> ID(id.c_str());
this code occure error img)

i’m not sure where I made the mistake, can you help?
best regards.
