summaryrefslogtreecommitdiffstats
path: root/src/crimson/common/type_helpers.h
blob: 4c606581fb546fb585b3aa58314a7b08519d4a09 (plain)
1
2
3
4
5
6
7
8
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab

#pragma once

#include "boost/intrusive_ptr.hpp"

template<typename T> using Ref = boost::intrusive_ptr<T>;