computer-graphics-raster-images icon indicating copy to clipboard operation
computer-graphics-raster-images copied to clipboard

Problem with back_inserter

Open JackC92 opened this issue 4 years ago • 3 comments

I have "error C3861: 'back_inserter': identifier not found" when building the project in MSVS, which could be resolved if I include . Is this supposed to happen or am I doing something wrong?

JackC92 avatar Jan 14 '21 22:01 JackC92

that should be fine, it's just a VS c++ compiler issue.

Jack-XHP avatar Jan 14 '21 23:01 Jack-XHP

Capture I am getting the same error. What is the fix?

singh-shobhit-98 avatar Jan 15 '21 01:01 singh-shobhit-98

Add the line #include <iterator> to the header file read_rgba_from_png.h.

JackC92 avatar Jan 15 '21 03:01 JackC92