You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eclarations, and default constructors with an explicit `void` parameter (issue #31)
* Fix a couple of potential `NullPointerException` in `Parser` (issue #30)
Here is a C++ snipped:
it results in default constructor generated twice. One empty one with call to allocate:
It was using JavaCPP v.1 (build from 2015-08-12, SHA 5d374eb. Can post full project if needed.
The text was updated successfully, but these errors were encountered: