[Lldb-commits] [lldb] r263333 - Let's not convert from UINT32_MAX to the std::numeric_limits version.

Joerg Sonnenberger via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 16 17:43:34 PDT 2016


On Tue, Mar 15, 2016 at 09:20:17PM +0000, Zachary Turner via lldb-commits wrote:
> Is the stdint version better somehow?  I thought C++ numeric_limits were
> actually preferred over the C macros.

It's quite a bit shorter and more readable? That sounds like a good
reason to me.

Joerg


More information about the lldb-commits mailing list