Skip to content

Commit

Permalink
HPL1: Disable non-portable features in AS library
Browse files Browse the repository at this point in the history
  • Loading branch information
grisenti committed Oct 8, 2023
1 parent 426609e commit 083a3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
// There is no guarantee for how well deprecated functionality will work though
// so it is best to exchange it for the new functionality as soon as possible.

// AS_NO_CLASS_METHODS
#define AS_NO_CLASS_METHODS
// Disables the possibility to add class methods. Can increase the
// portability of the library.

Expand Down

0 comments on commit 083a3f9

Please sign in to comment.