
23 May
2012
23 May
'12
12:06 p.m.
On Mon, May 21, 2012 at 6:47 PM, Dave Abrahams <dave@boostpro.com> wrote:
For an application that only cares about building one way, the extra abstraction isn't so useful, I agree. For libraries, it's very useful.
Why should "building-many-ways" be more of a concern for libraries than for applications?
Because for apps it's less of an issue. Typically you only build debug and release variants. Although some might want to build for both x86 and x64 now. -- Olaf