seastar icon indicating copy to clipboard operation
seastar copied to clipboard

test/unit: do not check if __cplusplus > 201703L

Open tchaikov opened this issue 1 year ago • 0 comments

now that we've dropped C++17 support in 01257e6058, there is no need to check __cplusplus > 201703L, as it's always true now.

tchaikov avatar Feb 12 '24 06:02 tchaikov