Closed johmarjac closed 5 years ago
Hi,
I cannot compile my project when I include the cpplinq.hpp header. It shows me the above error. The compilation error tells me the following two lines:
https://github.com/mrange/cpplinq/blob/master/CppLinq/cpplinq.hpp#L941
and
https://github.com/mrange/cpplinq/blob/master/CppLinq/cpplinq.hpp#L945
What can I do?
Edit: Oh I just saw when I uncomment my using of cpplinq it works, so its my fault. I figured itout.
Hi,
I cannot compile my project when I include the cpplinq.hpp header. It shows me the above error. The compilation error tells me the following two lines:
https://github.com/mrange/cpplinq/blob/master/CppLinq/cpplinq.hpp#L941
and
https://github.com/mrange/cpplinq/blob/master/CppLinq/cpplinq.hpp#L945
What can I do?
Edit: Oh I just saw when I uncomment my using of cpplinq it works, so its my fault. I figured itout.