From ebc4ab1fd7dacc746a1b1ac9d0d2617a71c5caee Mon Sep 17 00:00:00 2001 From: Sandipan Mohanty <s.mohanty@fz-juelich.de> Date: Sun, 7 May 2023 23:18:16 +0200 Subject: [PATCH] Adjust namespace in binforms according to header --- day1/examples/binforms.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/examples/binforms.cc b/day1/examples/binforms.cc index baeb5f8..aa70c2c 100644 --- a/day1/examples/binforms.cc +++ b/day1/examples/binforms.cc @@ -7,7 +7,7 @@ void handle() std::cout << "Enter value: "; T v; std::cin >> v; - cxx2023::showbits(v); + cxx_course::showbits(v); } auto main() -> int -- GitLab