You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First steps towards making single_store context-aware
1. Several changes in the single_store class
- Added a couple of new methods allowing to insert all transforms corresponding to a new
context in one go
- Added a couple of temporary auxiliary methods (`dump_info()` and `dummy()`)
- Removed the [] operator (expected that the calls to it will be replaced with the calls to `at()`)
2. Some temporary changes in the data_context class
Set the default value for the context to 9999. This is to find the callers who don't
pass the explicit value for the context when calling `single_store::at()`
3. Migrated the clients of `single_store::operator[]()` to `single_store::at()`
4. Also declared `single_store::begin()` and `single_store::end()` methods at `const`
0 commit comments