Feature #156
Convenience in flusspferd.hpp
| Status: | New | Start: | 10/30/2009 | |
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | C++-API | |||
| Target version: | 0.10 | |||
Description
Right now, the convenience header flusspferd.hpp just includes all common flusspferd headers.
It could in addition:- include common boost headers (boost.assign, boost.fusion),
- set up useful namespace aliases.
History
Updated by RĂ¼diger Sonderfeld 272 days ago
I don't like 2. Since it would add part of the API exclusively to flusspferd.hpp. You than just couldn't replace #include <flusspferd.hpp> by a finer selection of headers you'd also have to add the aliases yourself.
Updated by Ash Berlin 255 days ago
RĂ¼diger Sonderfeld wrote:
I don't like 2. Since it would add part of the API exclusively to flusspferd.hpp. You than just couldn't replace #include <flusspferd.hpp> by a finer selection of headers you'd also have to add the aliases yourself.
Point 2. could be done ina flusspferd/namespaces.hpp or similar. This point was my feature request, mainly i want to avoid the 'namespace noise' that otherwise happens with the new create API