diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-12 11:29:37 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-12 11:29:37 -0500 |
| commit | 3a89d7f6ea2679ff7b9bb1e3c37da9480be6c115 (patch) | |
| tree | 7809b1165740e56aedf3917fe44008a42829df85 /tests/de_tier_tag.cpp | |
| parent | 7e503464176adbd0880373325e30a6bfd58616f0 (diff) | |
| download | dynamic-extension-3a89d7f6ea2679ff7b9bb1e3c37da9480be6c115.tar.gz | |
BufferView.h: Hopefully the last necessary tweak to the move semantics stuff
You can't move assign an std::Bind, but you can move construct it. So
I had to disable the move assignment operator. This means that when you
change the BufferView ownership over to, say, a QueryBufferState object,
you need to do it by passing std::move(buffview) into a constructor call
only--you cannot assign it.
Diffstat (limited to 'tests/de_tier_tag.cpp')
0 files changed, 0 insertions, 0 deletions