MSVC translation of noreturn attribute
[folly.git] / folly / FormatArg.h
index 48bfe2af8bb2061312b4fc488e4ef289e5b9c943..fda872d39a901e16c3a68849299b8d21c45f2e7f 100644 (file)
@@ -80,7 +80,7 @@ struct FormatArg {
   template <typename... Args>
   std::string errorStr(Args&&... args) const;
   template <typename... Args>
-  void error(Args&&... args) const FOLLY_NORETURN;
+  FOLLY_NORETURN void error(Args&&... args) const;
 
   /**
    * Full argument string, as passed in to the constructor.