diff options
Diffstat (limited to 'paludis/repository_name_cache.hh')
-rw-r--r-- | paludis/repository_name_cache.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repository_name_cache.hh b/paludis/repository_name_cache.hh index eac19e72f..440291917 100644 --- a/paludis/repository_name_cache.hh +++ b/paludis/repository_name_cache.hh @@ -84,7 +84,7 @@ namespace paludis * Initially this will be true. After the first query the value may * change to false (the query will return a zero pointer too). */ - bool usable() const PALUDIS_ATTRIBUTE((nothrow)); + bool usable() const noexcept; /** * Implement cache regeneration. |