mirror of
https://github.com/fmtlib/fmt.git
synced 2025-10-18 00:35:27 +02:00
Fix "undefined reference to `fmt::v7::detail::basic_data<void>::digits'"
Remove unused FMT_EXTERN_TEMPLATE_API
This commit is contained in:
committed by
Victor Zverovich
parent
7b9d69b827
commit
f286139d22
6
test/static-export-test/main.cc
Normal file
6
test/static-export-test/main.cc
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
extern std::string foo();
|
||||
|
||||
int main() { std::cout << foo() << std::endl; }
|
Reference in New Issue
Block a user