Using beast library and example from https://github.com/vinniefalco/Beast/tree/master.
Using ICC: 17.0.1 20161005
When compiling the example, compiler fails with "internal error":
In file included from /home/vasko/xxx/ext/beast/include/beast/core/handler_concepts.hpp(11),
from /home/vasko/xxx/ext/beast/include/beast/core/async_completion.hpp(11),
from /home/vasko/xxx/ext/beast/include/beast/http/parse.hpp(12),
from /home/vasko/xxx/ext/beast/include/beast/http.hpp(17),
from /home/vasko/xxx/yyy/request_handler.hpp(6),
from /home/vasko/xxx/yyy/server.hpp(1),
from /home/vasko/xxx/yyy/main.cpp(1):
/home/vasko/xxx/ext/beast/include/beast/core/detail/is_call_possible.hpp(41): internal error: assertion failed at: "shared/cfe/edgcpfe/scope_stk.c", line 11203
: decltype(is_call_possible_test<R>(
^
Any clue?
Vasko