gelldur/EventBus

error C2039: "back_inserter" is not a member of "std"

Closed this issue · 1 comments

Describe the bug
When I try to compile EventBus.cpp it throws: error C2039: "back_inserter" is not a member of "std"

To Reproduce
Compile EventBus.cpp

Expected behavior
EventBus compiles succesfully

Build:

  • compiler: MSVC x64
  • Version 3.0.0
  • Link type buildin
  • Flags: /MDd /Zi /Ob0 /Od /RTC1 /Za

Additional context
IntellISense suggest to #include <iterator> which seemingly solves the problem.

I provided a possible solution to this issue in #42