-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"error C2039: 'back_inserter': is not a member of 'std'" when building #207
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Milestone
Comments
JohnMcPMS
added
the
Issue-Bug
It either shouldn't be doing this or needs an investigation.
label
May 20, 2020
This is very odd, no idea why its happening. The only thing that comes to mind is updating our C++/WinRT reference. |
@ahmedalnuaimi are you still having problems building this project? |
denelon
added
the
Needs-Author-Feedback
Issue needs attention from issue or PR author
label
Apr 20, 2021
I've just tested the master branch with the latest Visual Studio 2019 Preview version and it worked! |
ghost
added
Needs-Attention
Issue needs attention from Microsoft
and removed
Needs-Author-Feedback
Issue needs attention from issue or PR author
labels
Apr 20, 2021
denelon
modified the milestones:
Backlog - Windows Package Manager,
v1.0 - Windows Package Manager
May 4, 2021
nidietr-MSFT
added a commit
to nidietr-MSFT/winget-cli
that referenced
this issue
Dec 6, 2024
44d81dc8 Using early-return in UrlBuilder::GetQuery() 9e9b27e3 Fixing "Use of string after lifetime ends" 21bf6b98 Adding functional proxy tests 46388eaa Adding a ProxyServer implementation 7a0bfbec Exposing Path and Query via UrlBuilder b2014df3 Adding unit tests for proxy validation cdd840b0 Adding proxy input string support 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: 44d81dc8e7614c0be8777db22431e5065aa7a6b8
nidietr-MSFT
added a commit
to nidietr-MSFT/winget-cli
that referenced
this issue
Dec 6, 2024
c639a506 Adding support for a custom proxy input (microsoft#218) 258d189b Improve logging when the content type is wrong (microsoft#221) 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: c639a506e712dbd29ca7ca0c78d5216658e78748
nidietr-MSFT
added a commit
to nidietr-MSFT/winget-cli
that referenced
this issue
Dec 10, 2024
0e27525d Bumping version to 1.1.0 (microsoft#222) c639a506 Adding support for a custom proxy input (microsoft#218) 258d189b Improve logging when the content type is wrong (microsoft#221) 216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214) fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215) 52af7124 Enabling CodeQL scanning (microsoft#211) e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210) ab8f0e72 Setup: improving build tools installation (microsoft#207) git-subtree-dir: src/SfsClient/sfs-client git-subtree-split: 0e27525d597c730e71646fd0b15bdc8c8503f24d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief description of your issue
Cannot build all the projects
Steps to reproduce
1- Clone the repo
2- Open the solution in Visual Studio
3- Build for Release/x64
Expected behavior
All the projects should be built.
Actual behavior
Compilation Errors:
Environment
Windows SDK: 10.0.18362.0
Visual Studio: Microsoft Visual Studio Enterprise 2019 Preview Version 16.7.0 Preview 1.0
Platform Toolset: Visual Studio 2019 (v142)
Windows Version: 2004 (19628.1)
The text was updated successfully, but these errors were encountered: