
6 Jun
2010
6 Jun
'10
5:11 p.m.
On Wed, Jun 2, 2010 at 1:37 PM, Scott McMurray <me22.ca+boost@gmail.com> wrote:
On 2 June 2010 11:07, Beman Dawes <bdawes@acm.org> wrote: ... I would have assumed that there's be filesystem_v2 and filesystem_v3 include directories, namespaces, and libraries. The filesystem directory would look at a #define to pick which headers to include and which namespace to mention in a using directive. The switching code would simply change the default of the #define and symlink the appropriate library.
FWIW, I'm prototyping this approach to better understand what is involved. So-far-so-good. No need for symlinks. Taking somewhat less time than I expected. Stay tuned... --Beman