All template params for PriorityMPMCQueue
[folly.git] / folly / ExceptionWrapper.cpp
index d819c603e269ccfc812708931b2e605eb24177a8..c6ad16675955544b311ea55a57f8fafa413a3ac1 100644 (file)
@@ -26,6 +26,7 @@ namespace folly {
   } else if (eptr_) {
     std::rethrow_exception(eptr_);
   }
+  std::ios_base::Init ioinit_; // ensure std::cerr is alive
   std::cerr
       << "Cannot use `throwException` with an empty folly::exception_wrapper"
       << std::endl;