Task #2132
closed
I would preferred BOOST_*, because they are upper case and more eye-catching.
Are there different opinions?
I would use the standard version. You can always #define NDN_ASSERT assert
if you like uppercase, but I don't really understand nor agree with the "eye-catching" rationale...
I would agree with Davide. Given we should "eventually" replace all the BOOST stuff with stl, we should introduce as few BOOST things as possible. Defining an NDN_ASSERT macro seems a good solution.
Don't introduce new identifiers.
If BOOST_*
is undesirable, we should prefer plain assert
and static_assert
.
- Status changed from New to In Progress
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
- Blocks Task #1983: Ensure Element::Error inherits from tlv::Error added
- Status changed from Code review to Closed
Also available in: Atom
PDF