
7 Oct
2010
7 Oct
'10
11:55 p.m.
On Thu, Oct 7, 2010 at 6:59 AM, Robert Kawulak <robert.kawulak@gmail.com> wrote:
bounded_ct<int> x; // bounded at compile time of type int bounded<int> x; // bounded (at run time) of type int
I agree with you for the same reason. Moreover, if you start typing "boun..." in an IDE, its autocomplete will show both the options, so it has a small productivity advantage too. ;-)
Do not let this be an issue, an decent IDE should show better options then that, given the names: rt_bounded ct_bounded My IDE happily shows those both if I start typing "bou" (usually at the top of the list if I have been using them recently).