diff options
Diffstat (limited to 'src/lib/utils/cpuid.h')
-rw-r--r-- | src/lib/utils/cpuid.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/cpuid.h b/src/lib/utils/cpuid.h index f618ac35c..71dc24496 100644 --- a/src/lib/utils/cpuid.h +++ b/src/lib/utils/cpuid.h @@ -46,7 +46,8 @@ class BOTAN_DLL CPUID * Deprecated equivalent to * o << "CPUID flags: " << CPUID::to_string() << "\n"; */ - static void BOTAN_DEPRECATED("Use CPUID::to_string") print(std::ostream& o); + BOTAN_DEPRECATED("Use CPUID::to_string") + static void print(std::ostream& o); /** * Return a possibly empty string containing list of known CPU |