$include_dir="/home/hyper-archives/geometry/include"; include("$include_dir/msg-header.inc") ?>
Subject: [ggl] namespace renaming
From: Barend Gehrels (Barend.Gehrels)
Date: 2009-11-30 05:12:33
Hi list,
With acceptance into Boost there have to be done some rename-work.
namespace ggl -> namespace boost::geometry
include guards -> with BOOST_ prefix
registration macro's -> with BOOST_ prefix
include's -> #include <boost/geometry/*>
It is convenient to do this in one process, so in case you have
uncommitted modifications, please commit now, and I give a sign when all
is ready.
All library users have to modify sources then, by renaming the used
namespace (or using an alias), or renaming macro's.
Regards, Barend