Skip to content
Snippets Groups Projects
Commit e671d4c7 authored by Sandipan Mohanty's avatar Sandipan Mohanty
Browse files

Formatting and namespace change in binform17

parent 54a45a17
No related branches found
No related tags found
No related merge requests found
#include <iostream>
#include <bitset>
#include <cstddef>
#include <iomanip>
#include <iostream>
namespace cxx2022 {
namespace cxx_course {
using byte = unsigned char;
template <class T>
......@@ -46,4 +46,3 @@ void showbits(T var)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment