From 88d1c5c3959b59a1b76a781709bbcf3406bb98d7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 7 Mar 2018 10:11:46 +0000 Subject: [PATCH] Update hash_info for Visual C++ 14.13 --- test/hash_info.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/hash_info.cpp b/test/hash_info.cpp index 34378f5..b683746 100644 --- a/test/hash_info.cpp +++ b/test/hash_info.cpp @@ -39,7 +39,8 @@ void write_compiler_info() { {1900, "Visual C++ 14.00, VS2015"}, {1910, "Visual C++ 14.10, VS2017 15.1/2"}, {1911, "Visual C++ 14.11, VS2017 15.3/4"}, - {1912, "Visual C++ 14.12, VS2017 15.5"} + {1912, "Visual C++ 14.12, VS2017 15.5"}, + {1913, "Visual C++ 14.13, VS2017 15.6"} }; msvc_version msvc = { BOOST_MSVC, "" };