18 Mar
2021
18 Mar
'21
3:13 p.m.
Scott Determan wrote:
There appears to be a problem compiling a program that includes both asio and regex in 1.76.0 beta 1. The following program fails to compile:
``` #include
#include int main(int argc, char** argv) { return 0; } ```
ASIO has a commit on develop but not on master https://github.com/boostorg/asio/commit/c77f3b603bf2cd180945184a664c6a05d3be... that's probably the fix for this issue.