
11 May
2007
11 May
'07
6:36 p.m.
Martin Wille wrote:
Doug Gregor wrote:
I'm quite certain that library developers aren't our main audience. Rather, I expect most Boost users are application developers. Most applications are only built on one compiler per platform, since you're not going to ship binaries built two compilers on the same platform.
I use the same source tree (via NFS or other means) on several different machines. So, even if there's only one toolset to use per platform, it's still several toolsets per source tree.
I often work with several different compilers on the same machine with CMake and a single source tree. This is not a problem for CMake, you just have a separate build tree for each tool set used. -Bill