asio_http icon indicating copy to clipboard operation
asio_http copied to clipboard

Internal compile error on Windows with Visual Studio 2019

Open degloff opened this issue 4 years ago • 0 comments

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

degloff avatar Jul 14 '21 12:07 degloff