Kaydet (Commit) ceff5797 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Mention that the StackVarEnumToString should really be an operator<<

Change-Id: I71288daf10b1010ab0f9dbedd39875cc24f119ae
üst f2b877fe
......@@ -84,6 +84,9 @@ enum StackVar : sal_uInt8
// Only to be used for debugging output. No guarantee of stability of the
// return value.
// Turn this into an operator<< when StackVar becomes a scoped enum
inline std::string StackVarEnumToString(StackVar const e)
{
switch (e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment