Draft prototype of hazard pointers C++ template library
[folly.git] / folly / Lazy.h
index 0edb2e7752adbe1e5d292767ceae856b0b4aac06..1d1ba72843cac44bb2ede1b1ef52315d1741db5a 100644 (file)
@@ -13,8 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#ifndef FOLLY_LAZY_H_
-#define FOLLY_LAZY_H_
+
+#pragma once
 
 #include <utility>
 #include <type_traits>
@@ -131,5 +131,3 @@ lazy(Func&& fun) {
 //////////////////////////////////////////////////////////////////////
 
 }
-
-#endif