]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fixes compilation error with some versions of libstdc++ 70791/head 70797/head
authorJesse F. Williamson <jfw@ibm.com>
Mon, 3 Aug 2026 14:47:47 +0000 (07:47 -0700)
committerJesse F. Williamson <jfw@ibm.com>
Mon, 3 Aug 2026 15:08:52 +0000 (08:08 -0700)
commite3943b58266cd04f4f23d3a0c5f473aff3d0ac9a
tree1f2bbf051a145796fe6b93f5fe0f8fe6d3130d8c
parent77f4ad1aa21253c5c722fd40e5e282d5c8101e99
Fixes compilation error with some versions of libstdc++

Some versions of GCC don't expose append_range()/insert_range(), but
when they did, this was b0rked. This patch checks no_range_insertions().

I introduced this compilation error in: 9b3679cc94d853b534cd97d3573e0045d3611dd2
Oops... :-/

Assisted-by: Codex:GPT-5
Signed-off-by: Jesse F. Williamson <jfw@ibm.com>
src/test/test_concepts.cc