diff options
author | 2008-01-23 06:56:30 +0000 | |
---|---|---|
committer | 2008-01-23 06:56:30 +0000 | |
commit | 950188b3424c66b395db6583073533d6cbf5e421 (patch) | |
tree | cc01c7fb84327e96e3e2d8abc5083e42c22b6159 /paludis/repositories/fake | |
parent | 91684c275c862aebc7272b7907a092a525b6f7c9 (diff) | |
download | paludis-950188b3424c66b395db6583073533d6cbf5e421.tar.gz paludis-950188b3424c66b395db6583073533d6cbf5e421.tar.xz |
Fix compile with icc 10.1
Diffstat (limited to 'paludis/repositories/fake')
-rw-r--r-- | paludis/repositories/fake/fake_package_id.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/fake/fake_package_id.cc b/paludis/repositories/fake/fake_package_id.cc index 15cb48ffb..9210212b9 100644 --- a/paludis/repositories/fake/fake_package_id.cc +++ b/paludis/repositories/fake/fake_package_id.cc @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007 Ciaran McCreesh + * Copyright (c) 2007, 2008 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -1034,11 +1034,11 @@ FakeMetadataKeywordSetKey::pretty_print_flat(const Formatter<KeywordName> & f) c template class FakeMetadataSpecTreeKey<LicenseSpecTree>; template class FakeMetadataSpecTreeKey<ProvideSpecTree>; -template class FakeMetadataSpecTreeKey<DependencySpecTree>; template class FakeMetadataSpecTreeKey<RestrictSpecTree>; #ifndef PALUDIS_NO_EXPLICIT_FULLY_SPECIALISED template class FakeMetadataSpecTreeKey<FetchableURISpecTree>; template class FakeMetadataSpecTreeKey<DependencySpecTree>; +template class FakeMetadataSpecTreeKey<DependencySpecTree>; #endif template class FakeMetadataSpecTreeKey<SimpleURISpecTree>; |