compiler can’t find std headerUnit used in a shared library in c++20
I have a shared library project using c++20 solution(there are a module named MyDll in it).And I use import
to use some std modules such as string
and vector
.
I have a shared library project using c++20 solution(there are a module named MyDll in it).And I use import
to use some std modules such as string
and vector
.