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
rx-observable.hpp(1123): error C2672: 'observable_member': no matching overloaded function found
Removing the const on the second argument declaration fixed this error.
The text was updated successfully, but these errors were encountered:
nikobarli
changed the title
not compiling code when using zip (was able to compile using version 2.3.0)
not able to compile code when using zip (was able to compile using version 2.3.0)
Sep 7, 2017
The following code cannot be compiled in v4.0. It was compilable in version 2.3.0. I am not sure if it is intended or not.
It gave errors as follows:
Removing the const on the second argument declaration fixed this error.
The text was updated successfully, but these errors were encountered: