X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FAtomicBitSet.h;h=00af899882d680c2174fa75ea7bd91890dea941c;hb=4591832b4885f166236acee689dd2b11e3b3135b;hp=d0d8f8044ccd7fc5e57f24f4e485814b4a45e6e4;hpb=546bd3f5f2ed1fdf3a0f5c2b6737a20c4bc2f561;p=folly.git diff --git a/folly/AtomicBitSet.h b/folly/AtomicBitSet.h index d0d8f804..00af8998 100644 --- a/folly/AtomicBitSet.h +++ b/folly/AtomicBitSet.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_ATOMICBITSET_H_ -#define FOLLY_ATOMICBITSET_H_ +#pragma once #include #include @@ -157,6 +156,4 @@ inline bool AtomicBitSet::operator[](size_t idx) const { return test(idx); } -} // namespaces - -#endif /* FOLLY_ATOMICBITSET_H_ */ +} // namespace folly