aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Enums.h
blob: c75feaa1f4f8b7815c042cffd897a90370df6483 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "LineInfo.h"
#include <string>

namespace vcpkg::Enums
{
    std::string nullvalue_to_string(const CStringView enum_name);

    [[noreturn]] void nullvalue_used(const LineInfo& line_info, const CStringView enum_name);
}