]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
use std::map
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 14 Dec 2016 21:31:19 +0000 (16:31 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 12 Jan 2017 19:47:37 +0000 (14:47 -0500)
(adaptation commit for #7639)

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_rest.h

index ba22c1d2de3a387bf1b1b7631fd3adfa6d9d00e2..4bb4c2804e0a3843959d67befcc8a8e96b4e9b98 100644 (file)
@@ -6,8 +6,6 @@
 
 #define TIME_BUF_SIZE 128
 
-#include <boost/utility/string_ref.hpp>
-#include <boost/container/flat_set.hpp>
 #include "common/sstring.hh"
 #include "common/ceph_json.h"
 #include "include/assert.h" /* needed because of common/ceph_json.h */
@@ -441,7 +439,7 @@ class RGWLibIO;
 
 class RGWREST {
   using x_header = basic_sstring<char, uint16_t, 32>;
-  boost::container::flat_set<x_header> x_headers;
+  std::set<x_header> x_headers;
   RGWRESTMgr mgr;
 
   static int preprocess(struct req_state *s, RGWClientIO *sio);