-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contents of boost::optional<T> are not displayed properly if T is declared in anonymous namespace #9
Comments
Which VS and boost version? |
Visual Studio 2015 Update 4. boost 1.58. |
Probably it is Visual Studio error:
|
Same issue with |
Is it reported anywhere? |
IDK |
Could you please either report it, or tell me how did you get this error message? |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Consider this code:
Variables
side
anddirOpt
are displayed fine. But variablesideOpt
is displayed as there was no natvis installed - raw content is shown only.The text was updated successfully, but these errors were encountered: