vcpkg/toolsrc/include/vcpkg_Enums.h

10 lines
202 B
C
Raw Normal View History

2017-02-10 10:26:16 +08:00
#pragma once
#include <string>
namespace vcpkg::Enums
{
std::string nullvalue_toString(const std::string& enum_name);
__declspec(noreturn) void nullvalue_used(const std::string& enum_name);
}