ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix Cout assertions #135

Closed ProgramMax closed 5 years ago

ProgramMax commented 5 years ago

When using the Cout assertion policy, any assertion would attempt to use a wide string when printing to cout (as opposed to wcout).

This would produce faulty output.

This commit fixes it to use normal strings which match cout.