
1 Feb
2011
1 Feb
'11
10:45 a.m.
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