mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-17567 Don't unconditionally export parse number specializations
This commit is contained in:
parent
bd489b1c2c
commit
d8f3c2e618
@ -193,7 +193,7 @@ namespace mongo {
|
||||
// Definition of the various supported implementations of parseNumberFromStringWithBase.
|
||||
|
||||
#define DEFINE_PARSE_NUMBER_FROM_STRING_WITH_BASE(NUMBER_TYPE) \
|
||||
template MONGO_COMPILER_API_EXPORT Status parseNumberFromStringWithBase<NUMBER_TYPE>(StringData, int, NUMBER_TYPE*);
|
||||
template MONGO_CLIENT_API Status parseNumberFromStringWithBase<NUMBER_TYPE>(StringData, int, NUMBER_TYPE*);
|
||||
|
||||
DEFINE_PARSE_NUMBER_FROM_STRING_WITH_BASE(long)
|
||||
DEFINE_PARSE_NUMBER_FROM_STRING_WITH_BASE(long long)
|
||||
|
Loading…
Reference in New Issue
Block a user