Files
cemu-vcpkg/toolsrc/include/vcpkg/base/ignore_errors.h
nicole mazzuca d2620cf02b [vcpkg formatting] Turn off DeriveLineEnding (#12368)
* [vcpkg formatting] Turn off DeriveLineEnding

* format

* Add newlines to the end of files

Since we're reformatting anyways
2020-07-14 08:50:19 -07:00

11 lines
120 B
C++

#pragma once
namespace vcpkg
{
struct ignore_errors_t
{
};
constexpr ignore_errors_t ignore_errors;
}