Disable the CArray RangeFunc tests under MSVC
[folly.git] / folly / experimental / StringKeyedSet.h
index e6a7e6acd63f9ce3f306ed0cb2ee1bc8aa092328..f7e433bc6d6e513714ab917f1cfede6cbf6609ce 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.
@@ -16,8 +16,7 @@
 // Copyright 2013-present Facebook. All Rights Reserved.
 // @author: Pavlo Kushnir (pavlo)
 
-#ifndef FOLLY_EXPERIMENTAL_STRINGKEYEDSET_H_
-#define FOLLY_EXPERIMENTAL_STRINGKEYEDSET_H_
+#pragma once
 
 #include <initializer_list>
 #include <memory>
@@ -185,5 +184,3 @@ public:
 using StringKeyedSet = StringKeyedSetBase<>;
 
 } // folly
-
-#endif /* FOLLY_EXPERIMENTAL_STRINGKEYEDSET_H_ */