We don't actually need it.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
#include "common/ceph_time.h"
namespace neorados {
-using namespace std::literals;
-
class Object;
class IOContext;
}
std::aligned_storage_t<impl_size> impl;
};
-inline constexpr std::string_view all_nspaces("\001"sv);
+inline constexpr std::string_view all_nspaces("\001");
enum class cmpxattr_op : std::uint8_t {
eq = 1,
#include "neorados/RADOSImpl.h"
#include "include/neorados/RADOS.hpp"
+using namespace std::literals;
+
namespace bc = boost::container;
namespace bs = boost::system;
namespace ca = ceph::async;