compile using msvc /clr
Open
transition
- Dominant language
- C++
- Stars
- 251
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
I'm using VS 2019 and msvc. I need to compile boost using /clr switch since a project that I need to reference in a C# project uses boost. Is this possible. So far I can't get it to work using msvc-14.2 e.g. b2 --toolset=msvc-14.2
project-config.jam
using msvc : : "/std:c++latest" "/clr" ;
Contributor guide
Assessment
This issue has not been assessed yet.