cpp-common: rename bt2c::makeUnique() -> bt2s::make_unique()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 15 Nov 2023 04:47:38 +0000 (23:47 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
commit80ab6559c42fadfbac0f131ba62a5984ffc945a0
treeb705723642779fbfa00614c923a9408fbe00fab1
parent094bf3f24c790995348235921f3c26d94b7f4f19
cpp-common: rename bt2c::makeUnique() -> bt2s::make_unique()

I now want everything mimicking the STL stuff to have the same names,
but I don't want to mix coding styles in `bt2c`.

Therefore introduce this new `bt2s` (the `s` stands for `std`) namespace
to contain everything acting as the STL (or Boost, if need be).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: Ie24c11170cc650028f3ce50fcab2004f0195c12f
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11393
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/Makefile.am
src/cpp-common/bt2c/make-unique.hpp [deleted file]
src/cpp-common/bt2s/make-unique.hpp [new file with mode: 0644]
This page took 0.024359 seconds and 4 git commands to generate.