Update libgcc and boost symlinks (Disable SSO on ASan builds)
[folly.git] / folly / sorted_vector_types.h
index 99019d0d50c25960fc09eff7fc99b33a97c39c7a..b9354b10cbb9bdd7e4ae49e7f4b1336c9dfa8b00 100644 (file)
@@ -57,8 +57,7 @@
  *     std::vector<>, which requires it to be Assignable.)
  */
 
-#ifndef FOLLY_SORTED_VECTOR_TYPES_H_
-#define FOLLY_SORTED_VECTOR_TYPES_H_
+#pragma once
 
 #include <algorithm>
 #include <initializer_list>
@@ -654,5 +653,3 @@ inline void swap(sorted_vector_map<K,V,C,A,G>& a,
 //////////////////////////////////////////////////////////////////////
 
 }
-
-#endif