#include "error.h"
#include <string>
Go to the source code of this file.
◆ common_category()
| std::error_category const & common_category |
( |
| ) |
|
|
noexcept |
Definition at line 70 of file error.cpp.
71{
72 static const category instance{};
73 return instance;
74}