$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost Modularization
From: Denis Shevchenko (for.dshevchenko_at_[hidden])
Date: 2011-02-01 05:45:39
31.01.2011 21:28, Robert Ramey пиÑеÑ:
> a) libraries should not place any header files directly in the boost
> directory or in the boost namespace.
+1.
> The only exception
> would be a "convience header" in the boost directory which
> would include the headers in the library directory.
>
Hm... Why? I can write:
#include <boost/library/library.hpp>
instead
#include <boost/library.hpp>
> b) The library name should be the same as the namespace
> name and the same as the subdirectory name in the boost
> directory.
>
+1. But for same libraries it may be... little awkward...
- Denis