- Home /
- C++
6 Votes
1 Solution
#include <concurrent_unordered_map.h> #include <iostream> #include <unordered_map> struct myhash { s
in C++ visual studio 2017 version 15.5 visual studio 2017 version 15.3 cppcompiler Under InvestigationBaeby Seton solvedMar 29, '18
3 Votes
2 Solution
The following code line: template class __declspec(dllexport) std::basic_string<char>; results in th
in C++ cppcompiler Under InvestigationLucas Vogel commentedApr 11, '18
2 Votes
0 Solution
----------------------- Problem Description ----------------------- On gcc/clang the lrintf function
in C++ cppcompiler Under ConsiderationEric Brumer [MSFT] commentedMar 5, '18
2 Votes
1 Solution
Hi, Using _mm_blend_ps and/or _mm256_blend_ps seems to cause ICEs when also user-defining copy-const
in C++ visual studio 2017 version 15.5 cppcompiler Fixed - Pending ReleaseLeo Zhang [MSFT] commentedMar 16, '18
2 Votes
0 Solution
Right now whether __FILE__ macro returns the actual name (including casing), or lowercased name depe
in C++ cppcompiler Under InvestigationLeo Zhang [MSFT] commentedApr 2, '18
2 Votes
0 Solution
When included the header <exception> the compiler clang report the following error: 1>C:\Program Fil
in C++ cppcompiler Under ConsiderationBrannon King commentedJan 13, '18
2 Votes
0 Solution
I use my own buildchain and build for Android O successfully;however I use the visual studio standar
in C++ cppcompiler TriagedDaniel Dyre-Greensite editedyesterday
2 Votes
1 Solution
When ucrtbase was introduced <https://blogs.msdn.microsoft.com/vcblog/2014/06/18/c-runtime-crt-featu
in C++ C++ cppcompiler Under InvestigationJuan Del Moral Gonzalez [MSFT] solvedApr 10, '18
2 Votes
0 Solution
The following code produces an internal compiler error:template<typename... P> class C1 { void U(P..
in C++ cppcompiler Under ConsiderationHolger Strauss commentedJan 8, '18
1 Votes
1 Solution
This item was filed by a customer. Please communicate and close the loop with your customer via the
in C++ cppcompiler Under InvestigationRui Zhang [MSFT] solvedMar 3, '18
1 Votes
0 Solution
On Visual Studio 2017 15.7.0 Preview 3.0, the following code will ICE when compiled with: x64 Releas
in C++ visual studio 2017 cppcompiler Under InvestigationShanshan Chen [MSFT] commented6 days ago
1 Votes
0 Solution
You can reproduce this: create a new C ++ project (for example, a console application). Perform: Pro
in C++ cppcompiler Under Investigationsulu clac editedApr 11, '18
1 Votes
0 Solution
Create a new c++ clr console project, include stdio then: wchar_t buffer[1024]; swprintf(buffer, 102
in C++ cppcompiler Under InvestigationClaudiu Danila commentedFeb 9, '18
1 Votes
1 Solution
Found when building Firefox after upgrading VS to 15.6. Details at: https://bugzilla.mozilla.org/sho
in C++ cppcompiler fixed in: visual studio 2017 version 15.7 preview 1 Fixed - Pending ReleaseBlair Wang-MSFT commentedMar 14, '18
1 Votes
1 Solution
Hi, I've encoutered strange behavior of MSVC compiler, the details are below. The toolset version Mi
in C++ cppcompiler Under InvestigationEldar Zakirov editedApr 9, '18