]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: workaround an ICE of GCC 31470/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 1 Jan 2019 07:49:05 +0000 (15:49 +0800)
committerJason Dillaman <dillaman@redhat.com>
Thu, 7 Nov 2019 19:21:53 +0000 (14:21 -0500)
commitd82241ce17d0197c7c2e9e1667ad2cf8114ee67e
tree4d15971fb8904d50d857b5267b8556fc91d64089
parentb95081caf53e838c32d759638f833aeef9496ce0
librbd: workaround an ICE of GCC

GCC is somehow annoyed at seeing the combination of decltype and
initializer_list in this place.

See https://tracker.ceph.com/issues/37719 for a semi-related issue.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librbd/object_map/test_mock_LockRequest.cc