Skip to content

Commit

Permalink
COMMON: Remove explicit instantiation of parseString<bool>
Browse files Browse the repository at this point in the history
There already is specialization for it.
  • Loading branch information
DrMcCoy committed Dec 1, 2015
1 parent 6e9cb6d commit cd34edf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/strutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ template<> void parseString(const UString &str, bool &value, bool allowEmpty) {
}
}

template void parseString<bool >(const UString &str, bool &value, bool allowEmpty);

template void parseString< signed char >(const UString &str, signed char &value, bool allowEmpty);
template void parseString<unsigned char >(const UString &str, unsigned char &value, bool allowEmpty);
template void parseString< signed short >(const UString &str, signed short &value, bool allowEmpty);
Expand Down

0 comments on commit cd34edf

Please sign in to comment.