Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addr/macaddr: Refactor to modern C++
Remove unused include directives. Change internal member C-style array to std::arry for better safety. Adjust methods to use std::array. Default constructor. Use std::copy_n algorithm to clearly express intention. Signed-off-by: Leonard Ossa <[email protected]>
- Loading branch information