Move ScopeGuardImpl and ScopeGuardImplBase into the detail namespace
[folly.git] / folly / ScopeGuard.cpp
index 9167a261cd16c089655365a365745c125ba2d4a5..e6a916c00dc727f8e6f3fac4adbf3f092d90c675 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
 
 #include <iostream>
 
-/*static*/ void folly::ScopeGuardImplBase::warnAboutToCrash() noexcept {
+/*static*/ void folly::detail::ScopeGuardImplBase::warnAboutToCrash() noexcept {
   // Ensure the availability of std::cerr
   std::ios_base::Init ioInit;
   std::cerr