Skip to content

Instantly share code, notes, and snippets.

@jprochazk
Created December 28, 2020 14:56
Show Gist options
  • Save jprochazk/ecb261bb99489a3d0fef03a4ae27c064 to your computer and use it in GitHub Desktop.
Save jprochazk/ecb261bb99489a3d0fef03a4ae27c064 to your computer and use it in GitHub Desktop.
diff --git include/boost/asio/impl/use_awaitable.hpp include/boost/asio/impl/use_awaitable.hpp
index d0da2a35..95d864f9 100644
--- include/boost/asio/impl/use_awaitable.hpp
+++ include/boost/asio/impl/use_awaitable.hpp
@@ -237,7 +237,7 @@ T dummy_return()
}
template <>
-void dummy_return()
+inline void dummy_return()
{
}
#endif // defined(_MSC_VER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment