We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb4f83 commit a49ed2aCopy full SHA for a49ed2a
src/snapshots/ContainerImpls.cpp
@@ -42,16 +42,12 @@ auto StatefulSnapshotsContainer::get() -> StatefulIterator *
42
[](StatefulIterator *it) { return it; }},
43
members.m_bufferedIterator);
44
}
45
-
46
-void breakpoint()
47
-{}
48
auto StatefulSnapshotsContainer::get() const -> StatefulIterator const *
49
{
50
return std::visit(
51
auxiliary::overloaded{
52
[](std::function<StatefulIterator *()> const &)
53
-> StatefulIterator const * {
54
- breakpoint();
55
throw std::runtime_error(
56
"[StatefulSnapshotscontainer] Initialization has been "
57
"deferred, but container is accessed as const, so cannot "
0 commit comments