Boost logo

Boost :

From: Beman Dawes (beman_at_[hidden])
Date: 1999-08-19 07:13:34


At 02:56 PM 8/18/99 +0200, Valentin Bonnard wrote:

>My previous policy was:
>
>namespace ValentinBonnard {
>namespace LibraryName {
>// library names I use are:
>// Utils: utilities
>// NumericalTypes: the choosers
>// AbstractGraphicalInterfaceLibrary: a GUI library (project)
>// MultiThread (project)
>// Meta: lists and arithmetic as compile time computations
>// STL: STL components (containers, iterators, algorithms)
>// Graph: graph manipulation library
>
>namespace FeatureName {
>// when using very short names
>int i;
>typedef char* p;
>}
>
>// normal code
>}
>
>Currently I add:
>
>namespace boost {
> using ValentinBonnard::LibraryName::func_name1;
> using ValentinBonnard::LibraryName::func_name2;
> using ValentinBonnard::LibraryName::class_name;
>}

Valentin,

Sorry to be so dense, but please translate the above into what you
think we should do for the boost libraries.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk