From 6a9cde84263e336a6508c0c965f963dfa5d65759 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 29 Sep 2014 12:28:05 -0700 Subject: Do shared visibility more scalably --- include/tmwa/shared.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/tmwa/shared.hpp b/include/tmwa/shared.hpp index c624e54..95174ab 100644 --- a/include/tmwa/shared.hpp +++ b/include/tmwa/shared.hpp @@ -21,8 +21,10 @@ #include +// TODO also make sure any exception classes are public +#pragma GCC visibility push(default) namespace tmwa { - __attribute__((visibility("default"))) void check_paths(); } // namespace tmwa +#pragma GCC visibility pop -- cgit v1.2.3-70-g09d2