X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FPadded.h;h=88282d9d12c80a7f04eb0cbd9ec4d6bde2e1dd68;hb=bb9a22375539730d9e6d46ddd2cb1f6da78a4120;hp=93b37ab4e4abfee37e47d73259150a220053db58;hpb=fa172175980b13569ba42008202a857af6e959dd;p=folly.git diff --git a/folly/Padded.h b/folly/Padded.h index 93b37ab4..88282d9d 100644 --- a/folly/Padded.h +++ b/folly/Padded.h @@ -27,8 +27,8 @@ #include -#include #include +#include /** * Code that aids in storing data aligned on block (possibly cache-line) @@ -67,7 +67,7 @@ struct NodeValid::type> { typedef void type; }; -} // namespace detail +} // namespace detail template class Node::type> { @@ -190,7 +190,7 @@ struct IteratorBase { > type; }; -} // namespace detail +} // namespace detail /** * Wrapper around iterators to Node to return iterators to the underlying @@ -510,5 +510,5 @@ class Adaptor { size_t lastCount_; // number of elements in last Node }; -} // namespace padded -} // namespace folly +} // namespace padded +} // namespace folly