Compile RangeSse42.cpp with -msse4.2
[folly.git] / folly / SparseByteSet.h
index 01809c6b516c0ef53e9598b3d2f3697ea9ecd877..2dc55e87f47554a884200e800d67a1b8a106f98d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 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_FAST_BYTE_SET_H_
-#define FOLLY_FAST_BYTE_SET_H_
+#pragma once
 
 #include <cstdint>
 #include <glog/logging.h>
@@ -86,5 +85,3 @@ class SparseByteSet {
 };
 
 }
-
-#endif