SWI-Prolog / packages-cpp

The SWI-Prolog C++ interface
30 stars 14 forks source link

Add copy constructor. #7

Closed sei-mwd closed 4 years ago

sei-mwd commented 4 years ago

This prevents warnings from modern compilers and preserves the existing copy semantics.

This addresses some of the comments in SWI-Prolog/swipl-devel#586, but does not address #3.

JanWielemaker commented 4 years ago

Thanks. Merged after changing commit to be visible in the auto-generated changelogs. Github thinks it isn't merged ...