I try to do:
boost::tregex prot_mask(_T("[0-9][0-9]?"));
But it failed:
Error:expected a type specifier.
It's something to do with _T
.
What did I do wrong?
I try to do:
boost::tregex prot_mask(_T("[0-9][0-9]?"));
But it failed:
Error:expected a type specifier.
It's something to do with _T
.
What did I do wrong?