SWI-Prolog / packages-cpp

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

MODIFIED: adjust definition of PlTerm::as_string() #70

Closed kamahen closed 8 months ago

JanWielemaker commented 8 months ago

Merged after changing the commit message. Dropping CVT_VARIABLE doesn't make a difference as the CVT_WRITEQ writes the variable anyway. Not sure what is better, with or without CVT_VARIABLE. I'm inclined to think with. Surely for performance, but possibly not for consistent output (although I think at least for now the output is consistent).