-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Getting rid of statement descriptors. C++20 has `std::source_location` which will solve essentially the same problem with less work. I'm not completely sure yet how I'll make the changes without breaking binary compatibility, but we'll figure it out. There is another reason for this deprecation. I want future versions of the exec functions to accept query parameters, so we will no longer need the distinction between `exec()` and `exec_params()`. Again I'm not sure how I'll make a default argument work with a parameter pack, but again I hope to figure it out.
- Loading branch information
Showing
2 changed files
with
89 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters