Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 353 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 353 Bytes

Reserved namespace for applications

The snn::app namespace is reserved for user applications (yours), unit tests, fuzzers, generators etc.

It is recommended to qualify function calls in this namespace, e.g. app::my_function(...). This is to avoid surprises with ADL.