diff options
author | Jack Lloyd <[email protected]> | 2017-01-22 14:46:07 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-01-22 14:46:07 -0500 |
commit | 8d75c5c95d80f994477da97ffc48fbbc754a4635 (patch) | |
tree | 76a1ec30a2850125e942218364409a348e38580e /src/lib/x509 | |
parent | ef8c214eb28abc36ddc4ffff467c51ed69cae63c (diff) |
Add CPUID::to_string
Deprecates CPUID::print, mainly to avoid use of ostream in utils.
Main reasoning is some platforms do not have streams at all. If all uses of
streams are for operator<< and operator>> overloads, these can be guarded by a
future BOTAN_HAS_CPP_STREAMS system-feature flag. But when ostreams are
required to use the API (as here), that is not possible.
Diffstat (limited to 'src/lib/x509')
0 files changed, 0 insertions, 0 deletions