[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Using ublas in expression template test
From: |
Greg Chicares |
Subject: |
Re: [lmi] Using ublas in expression template test |
Date: |
Wed, 12 May 2021 13:18:38 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 |
On 5/12/21 10:41 AM, Vadim Zeitlin wrote:
> Sorry, but _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS story is not
> over yet... I haven't noticed this problem because of another, unrelated,
> one, but expression_template_test_0.cpp doesn't compile with clang out of
> the box currently because it includes ublas headers
Soon all remaining boost stuff (except, I guess, <regex> due to
the slowness of gcc's implementation) has to be expurgated, so
in the end it'll be as though it had never existed. There are
other boost libraries optionally used in other unit tests, too.
Can you add a workaround to your local copy for now, so that I
don't have to drop other work and do this immediately?