Remove unneccessary namespace usage.

This commit is contained in:
Marko Zivanovic
2015-10-13 21:11:52 +02:00
parent 398ca786c4
commit d1759caf1c
-1
View File
@@ -106,7 +106,6 @@ namespace version {
/// Validate every individual prerelease identifier, determine it's type and add it to collection.
void prerelease_hook_impl(string& id, Prerelease_identifiers& prerelease) {
using namespace version;
if (id.empty()) throw Parse_error("version identifier cannot be empty");
Id_type t = Id_type::alnum;
if (is_identifier_numeric(id)) {