
4 Jun
2006
4 Jun
'06
8:37 p.m.
"Pavel Vozenilek" wrote
Andy Little wrote
Pavel Vozenilek wrote
The "t1"s would be hard to maintain in legacy code
You mean that :
#include <boost/pqs/types/length.hpp>
should bring in the (socalled) t1_quantity, t2_quantity for length?.
Its worth thinking about, though I do have certain doubts about putting everything in one header. It would make life simpler though. The current hierarchy is noticeably too deep.
Yes. The "t1" is arbitrary symbol that doesn't make much of sense. When someone wants to use the units the include path should be intuitive
#include <boost/si_units/capacitance.hpp>
Thinking about it, that makes much sense and would greatly simplify life for users. Thanks for all the info. regards Andy Little