Mark all symbols hidden by default, export only required ones
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
|
||||
#include "json11/json11.hpp"
|
||||
|
||||
#pragma GCC visibility push(default)
|
||||
|
||||
std::map<std::string, std::string> json_to_string_map(const json11::Json::object & config);
|
||||
bool json_is_true(const json11::Json & val);
|
||||
bool json_is_false(const json11::Json & val);
|
||||
std::string implode(const std::string & sep, json11::Json array);
|
||||
|
||||
#pragma GCC visibility pop
|
||||
|
||||
Reference in New Issue
Block a user