Skip to content

Conversation

@fknorr
Copy link

@fknorr fknorr commented Feb 16, 2024

Previously, explicitly-deleted member functions showed up as defined, which is obviously wrong. Since a) functions can also be deleted implicitly and b) I'm unsure what the documentation for a deleted function should look like, I've opted for not exporting them altogether.

This requires an additional check in Indexer::updateRecordNames() to avoid default-constructing non-existing DB entries.

@PeterTh
Copy link
Collaborator

PeterTh commented Feb 18, 2024

I think the better approach for this would be either building them but marking them, or preventing them from from being added to records in the first place. (Rather than having IDs in the record that point at nothing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants