]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
MDSAuthCaps: use string and vector directly
authorRishabh Dave <ridave@redhat.com>
Sat, 24 Jun 2023 04:15:03 +0000 (09:45 +0530)
committerRishabh Dave <ridave@redhat.com>
Sat, 8 Jul 2023 18:59:00 +0000 (00:29 +0530)
commit34f2243b8c89ed13760eb55994bef5f1a679ab24
tree68ba3fdb0b78824d03386dc72487342d9f7508a0
parent4a37d66a6a6fed24b4c206b140abc6f589de598a
MDSAuthCaps: use string and vector directly

Since std::string and std::vector are brought into the current namespace
at the beginning of MDSAuthCaps.cc, write "string" and "vector" instead
of "std::string" and "std::vector" respectively.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/mds/MDSAuthCaps.cc