$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Multiple compiler & platform support.
From: Brian Nantz (brian_at_[hidden])
Date: 2008-11-06 11:39:54
One of the things that drew me to use boost is that is supports so many compilers and platforms that can be mixed and matched. I am creating a library on top of boost and Arabica. I want this library I am creating to support all the compilers and platforms that boost does. What is the easiest way to do this? Do I have to duplicate much of the config and decl stuff? Has anyone done this and have some advice?
brian