Skip to content

Commit

Permalink
Merge branch 'master' into myocpn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakansv committed Jan 22, 2025
2 parents cd6b292 + 3f08862 commit 3748936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manual/modules/ROOT/pages/coding-guidelines.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Use C++ standard library components over wxWidgets and old style C equivalents:

. Use double-quoted strings for unicode strings.
. Do not use `_T()` or `wxT()` macros.
. Avoid wxString except when interfacing wxWidgets routines.
See link:++https://docs.wxwidgets.org%2F3.2%2Fgroup__group__funcmacro__string.html%23ga437ea6ba615b75dac8603e96ec864160++[wxWidgets string guidelines].

=== Exception handling
Expand Down

0 comments on commit 3748936

Please sign in to comment.