Skip to content

Conversation

@ArcEarth
Copy link

@ArcEarth ArcEarth commented May 8, 2019

The code used std::function<...> without include <functional> header.
Add the missing header to PCH.

  • Note, <functional> was included by <string> in the STL come with VS 2017 (Toolset 141).
  • The STL team restructured the code, thus now we need to include it directly.

@nopjmp
Copy link

nopjmp commented May 8, 2019

I think this was already fixed in #449

@ArcEarth ArcEarth closed this May 8, 2019
@ArcEarth
Copy link
Author

ArcEarth commented May 8, 2019

Closing for duplication.

@ArcEarth ArcEarth deleted the dev/arc/fix_vc_142_vs2019_build branch May 8, 2019 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants