Skip to content
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

Internal compile error on Windows with Visual Studio 2019 #7

Open
degloff opened this issue Jul 14, 2021 · 0 comments
Open

Internal compile error on Windows with Visual Studio 2019 #7

degloff opened this issue Jul 14, 2021 · 0 comments

Comments

@degloff
Copy link

degloff commented Jul 14, 2021

Compiling on Windows with VS 2019 results in an internal compile error

in connection_pool.cpp, line 36

Error | C1001 | Internal compiler error. | asio_http | *********\connection_pool.cpp | 36 |  

template<template<std::size_t N, typename> class... Ls>
struct template_to_tuple
{
  template<typename P, std::size_t... I>
  using type = std::tuple<Ls<I, P>...>;    // internal compile error
};

I tried both debug (with no optimisation) and release.

Microsoft Visual Studio Community 2019
Version 16.10.0
VisualStudio.16.Release/16.10.0+31321.278
Microsoft .NET Framework
Version 4.8.04084

Visual C++ 2019   00435-60000-00000-AA351
Microsoft Visual C++ 2019
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

No branches or pull requests

1 participant