Open mmatrosov opened 8 years ago
Which VS and boost version?
Visual Studio 2015 Update 4. boost 1.58.
Probably it is Visual Studio error:
Error while evaluating '*((enum `anonymous namespace'::Side *)dummy_.data)' in the context of type 'BoostTest.VS2015.exe!boost::optional_detail::aligned_storage<enum `anonymous namespace'::Side>'.
*((enum 'anonymous namespace'::Side*)0)
this also doesn't work
Same issue with std::atomic
Is it reported anywhere?
IDK
Could you please either report it, or tell me how did you get this error message?
Thanks!
Consider this code:
Variables
side
anddirOpt
are displayed fine. But variablesideOpt
is displayed as there was no natvis installed - raw content is shown only.