「view this page in B3 βῆτα server」

Revisions №61417

branch: master 「№61417」
Commited by: Daniel Paoliello
GitHub commit link: 「3ba1aaa69637d143」
Difference from previous tested commit:  code diff
Commit date: 2020-09-07 13:55:02

Lift uses of `make_shared` that cause MSVC to crash into their own functions (#4966) Issue Details: When `make_shared` is used via a using declaration as a default parameter value, it causes MSVC to crash (see https://developercommunity.visualstudio.com/content/problem/1170468/ice-when-using-make-shared-via-a-using-declaration.html). Fix Details: Move the use of `make_shared` from the default parameter value into a function, then call that function as the default parameter value.

...