]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
bloom-filter: Remove POD overloads for insert and contains 30527/head
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 27 Sep 2019 17:38:33 +0000 (19:38 +0200)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 27 Sep 2019 17:39:51 +0000 (19:39 +0200)
commit7e2b15374c2b639942e75b05253f6dff1ff62697
treee49e038e78cc667cbb7b773e013d7ade93cf9bc0
parentef17972992807f57ed6ac5dbe49f2902d0127d3d
bloom-filter: Remove POD overloads for insert and contains

These are not used in Ceph code currently, and should not
be used in the future either, since any use will introduce
byte-order dependent behavior.  Remove them to prevent
accidental use.

Signed-off-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
src/common/bloom_filter.hpp