cpp-common/bt2: make `UniqueConstError::_mError` a pointer
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 3 Apr 2024 17:07:36 +0000 (13:07 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commit4e586d5ede1b74878a6c446c7e9b3b79cc5510c6
treeb095360bdcc9a5392d20b7518fe782e681af1e19
parent0f5c5d5ce30884c93b4e4d0662e2914029c3e90f
cpp-common/bt2: make `UniqueConstError::_mError` a pointer

Make this field a pointer instead of a reference, in order to make
`UniqueConstError` assignable.  I don't really have a need for this, but
it seems more correct.

Change-Id: I29ae7a7380f75fa6b680116168a309e70c381f11
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12235
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/error.hpp
This page took 0.023942 seconds and 4 git commands to generate.