Page MenuHomePhabricator

fix OSX build failure related to Span deduction guide in macro
ClosedPublic

Authored by PiRK on Nov 13 2023, 08:02.

Details

Summary

It seems that some compilers don't support user-defined deduction guides (D14768) wrapped in macros.
So create the Span before using it in READWRITE.

Test Plan

ninja all check-all
build osx

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable