What's the latest version of Boost compatible with VC++6?

ぃ、小莉子 提交于 2019-11-28 08:27:03

Boost 1.34.1 has been tested with vc6. The old versions are still available.

You can get all older versions from the boost download page on SourceForge.

The compilers used for regression tests are probably buried somewhere on the boost.org website.

It's worth noting that Boost doesn't actively not support VC6 either. Most of the boost libs probably still work with VC6 (they haven't stripped out the VC6 compatibility code, as far as I know)

So you could just try 1.36.1 and see how far you get.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!