mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-23 03:32:18 +00:00
System/FileSystem/Asio/Thread: ref #7278 Added noexcept to Boost.System to conform with C++11
[SVN r81808]
This commit is contained in:
@@ -35,11 +35,11 @@ namespace
|
||||
{
|
||||
public:
|
||||
codecvt_error_cat(){}
|
||||
const char* name() const;
|
||||
const char* name() const BOOST_SYSTEM_NOEXCEPT;
|
||||
std::string message(int ev) const;
|
||||
};
|
||||
|
||||
const char* codecvt_error_cat::name() const
|
||||
const char* codecvt_error_cat::name() const BOOST_SYSTEM_NOEXCEPT
|
||||
{
|
||||
return "codecvt";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user