Commit f9d3bc9e by Cheng Zhao Committed by GitHub

Add missing ABSL_DLL for a few functions (#1002)

parent 8910297b
......@@ -67,7 +67,7 @@ class bad_optional_access : public std::exception {
namespace optional_internal {
// throw delegator
[[noreturn]] void throw_bad_optional_access();
[[noreturn]] ABSL_DLL void throw_bad_optional_access();
} // namespace optional_internal
ABSL_NAMESPACE_END
......
......@@ -70,8 +70,8 @@ class bad_variant_access : public std::exception {
namespace variant_internal {
[[noreturn]] void ThrowBadVariantAccess();
[[noreturn]] void Rethrow();
[[noreturn]] ABSL_DLL void ThrowBadVariantAccess();
[[noreturn]] ABSL_DLL void Rethrow();
} // namespace variant_internal
ABSL_NAMESPACE_END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment