Open ssbr opened 5 years ago
Classes like ::CacheSideChannel should be moved to ::safeside::CacheSideChannel, and nothing except main should be in the global namespace.
::CacheSideChannel
::safeside::CacheSideChannel
main
See https://google.github.io/styleguide/cppguide.html#Namespaces
Classes like
::CacheSideChannel
should be moved to::safeside::CacheSideChannel
, and nothing exceptmain
should be in the global namespace.See https://google.github.io/styleguide/cppguide.html#Namespaces