From 45e37d7b15b74802f8d067887a9bda5f14c09998 Mon Sep 17 00:00:00 2001 From: Mark Gillard Date: Thu, 18 May 2023 11:21:11 +0300 Subject: [PATCH] update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++---- toml++.props | 14 +++++++++++--- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f04197a..6b2709c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,7 +9,14 @@ assignees: marzer @@ -23,9 +30,8 @@ assignees: marzer Otherwise you can find it by opening toml++/impl/version.h; it'll be represented by three defines - TOML_LIB_MAJOR, TOML_LIB_MINOR and TOML_LIB_PATCH. - If you're not using any particular release and are instead just living large at HEAD of master, the commit hash - would be super helpful too, though it's not critical. - + If you're not using any particular release and have just cloned the repository directly, + please also include the the commit hash. --> @@ -68,6 +74,10 @@ assignees: marzer ## Describe the bug @@ -83,4 +93,6 @@ assignees: marzer ## Additional information diff --git a/toml++.props b/toml++.props index 9338ee3..598cfe8 100644 --- a/toml++.props +++ b/toml++.props @@ -86,15 +86,23 @@ Caret $(OutDir)$(TargetName).pdb $(TomlInstructionSet_) - - %(AdditionalOptions) /utf-8 /volatile:iso /Zc:__cplusplus /bigobj /Zc:inline /Zc:throwingNew - + + %(AdditionalOptions) /utf-8 + %(AdditionalOptions) /bigobj + %(AdditionalOptions) /volatile:iso + %(AdditionalOptions) /Zc:__cplusplus + %(AdditionalOptions) /Zc:inline + %(AdditionalOptions) /Zc:throwingNew + %(PreprocessorDefinitions);_WINSOCK_DEPRECATED_NO_WARNINGS %(PreprocessorDefinitions);_SCL_SECURE_NO_WARNINGS %(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS %(PreprocessorDefinitions);_MSC_TOOLSET_VER=$(PlatformToolsetVersion) %(PreprocessorDefinitions);_ITERATOR_DEBUG_LEVEL=0 pch.h + + false + false true