cpp-common/bt2c/std-int.hpp: use dedicated enum. instead of `bool`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 10 May 2024 19:41:10 +0000 (15:41 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit619481cbc383fd7c2e0fb5cf795150e467d98302
treef5d0ac64d3f623851b4000d123e784f94e1b6f35
parentcd34c1643b882fafbee70f9600a884351eb55486
cpp-common/bt2c/std-int.hpp: use dedicated enum. instead of `bool`

This makes the code clearer, for example

    bt2c::StdIntT<32, bt2c::Signedness::Signed>

vs.

    bt2c::StdIntT<32, true>

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Icbb718dd36e11d5e072c7fc4b58fc2d4ca090d58
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12708
src/cpp-common/bt2c/std-int.hpp
This page took 0.024029 seconds and 4 git commands to generate.