Source Insight – version 4.0.0089
Source Insight
Version 4.0.0089 - January 16, 2018
Fix: Macro event DocumentChanged was not called when a file was changed outside of Source Insight and then reloaded.
Fix: C++: Uniform initialization using braces was not working. For example: void SomeClass::Function() : member{x}
Fix: C++: support for digit separators. Eg: int x = 234'000;
Fix: C++: lambda functions: misc fixes: capture variables by reference, trailing return types, specifiers and exceptions.
Fix: C++: fix to pointer dereference using std::unique_ptr.
Fix: Search Results: Incorrect codepage might be used to display results for some searches using Lookup References and Search Files.