Skip to content

Commit

Permalink
developer.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 19, 2023
1 parent 557bbdd commit 0fe11ff
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions website/pages/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,13 @@ The µOS++ projects favour explicit comparator functions.
### Explicit namespace
If for any reasons, the definitions in the `micro_test_plus` namespace
interfere with application definitions, it is recommended to
use the comparator functions, which can be more easily invoked
with explicit namespaces, possibly aliased to shorter names.
In complex projects, the definitions in the
`micro_test_plus` namespace might interfere with application definitions.
@note
To avoid names clashes, it is recommended to
use the comparator functions with explicit namespaces,
possibly aliased to shorter names.
Example:
Expand Down

0 comments on commit 0fe11ff

Please sign in to comment.