Fix build with Visual Studio 2013

Regression from commit f40b58c156.
This commit is contained in:
Jyrki Vesterinen 2018-05-12 07:33:28 +03:00
parent 539420941e
commit b9050f2a98

View file

@ -120,7 +120,7 @@ private:
public:
// Not used by boost filesystem
int do_encoding() const noexcept
int do_encoding() const NOEXCEPT
{
return 0;
}