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
Reason: accessing a (const dbcppp::IMessage*)->Signals() with begin()/end(), the compiler ends up with the error that begin()/end() are not marked as const.
The text was updated successfully, but these errors were encountered:
I would suggest to add a const iterator to class Iterable besides to the modifiable iterator.
Example for https://github.com/xR3b0rn/dbcppp/blob/master/include/dbcppp/Iterator.h
Reason: accessing a (const dbcppp::IMessage*)->Signals() with begin()/end(), the compiler ends up with the error that begin()/end() are not marked as const.
The text was updated successfully, but these errors were encountered: