include with visual studio 2019

Revision en3, by getsuha, 2021-04-24 18:50:31

Install latest MinGW. Here is version 6.3.0. Find the installation guide here.

Then copy the bits folder from... C:\MinGW\lib\gcc\mingw32\6.3.0\include\c++\mingw32\bits

to...(VS2019) C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include

Note the there would be "Community"/"Professional" based on the VS installation and licensing.

Tags #stdc++, #mingw

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English getsuha 2021-04-24 18:50:31 18
en2 English getsuha 2021-04-24 18:49:49 21 Tiny change: 'udio\2019\<type>\VC\Tools\' -> 'udio\2019\[type]\VC\Tools\'
en1 English getsuha 2021-04-24 17:58:46 543 Initial revision (published)