mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 11:37:12 +01:00
11 lines
130 B
C
11 lines
130 B
C
![]() |
#pragma once
|
||
|
|
||
|
namespace vcpkg
|
||
|
{
|
||
|
struct ignore_errors_t
|
||
|
{
|
||
|
};
|
||
|
|
||
|
constexpr ignore_errors_t ignore_errors;
|
||
|
}
|