You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly after the // there are some non-standard space characters. You can find them in basically every comment, which describes a function. Just FYI.
These are non-whitespace blanks (Unicode U+115F), they should be displayed as blanks by a Unicode-capable text editor.
Background: When hovering over a symbol name in VS, the editor will display a tooltip with the comment above the function. I used these non-whitespace blanks to keep VS from trimming blank lines in the tooltips.
VS 16.6 will introduce XMLDoc/Doxygen/Javadoc support for tooltips, so perhaps I can now stop my abuse of obscure Unicode characters and use Doxygen-style comments instead :)
makeshift/include/makeshift/span.hpp
Line 24 in 9f5e632
Directly after the
//
there are some non-standard space characters. You can find them in basically every comment, which describes a function. Just FYI.Screenshot
The text was updated successfully, but these errors were encountered: