Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Lartu/ldpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Lartu committed Dec 18, 2019
2 parents 3e42d10 + bdabdb7 commit 763fbb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Important

Method declarations for the classes included in `ldpl-types.h` have been moved into the LDPL compiler
in **LDPL 4.4.2**, as having all the methods declared in this header file could potentially impede
future rewriting and optimization of these methods.

If you are writing LDPL code that depends on `ldpl-types.h` and you are getting linker errors
telling you that certain methods weren't declared, be sure to update your LDPL installation to
the latest available release.

0 comments on commit 763fbb3

Please sign in to comment.