Boost logo

Boost :

Subject: [boost] [meta] Hidden libraries.
From: Daniel James (dnljms_at_[hidden])
Date: 2016-07-04 04:29:09


I just noticed that 'detail' and 'winapi' have started turning up in
the library lists because they've added metadata files. We've always
hidden these libraries in the past, so I'm thinking of adding an extra
field to mark them as private/hidden libraries. Probably just
something like:

{
    "key": "detail",
    "name": "Detail",
    "private": true
    /* the rest.... */
}

Any opinions?


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