Commit 8144234
Fix for compilation with MSVC permissive- (microsoft#809)
Related Visual Studio issue:
https://developercommunity.visualstudio.com/content/problem/238445/template-class-cant-access-protected-member-when-c.html
Problem is with code compiling with /permissive-, so the template functions are affected by this issue.1 parent 68b0ddf commit 8144234
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
1750 | | - | |
| 1750 | + | |
1751 | 1751 | | |
1752 | 1752 | | |
1753 | 1753 | | |
| |||
0 commit comments