Home
Dashboard
Directory
Help
Sign in
Microsoft
Connect
Your feedback improving Microsoft products
Search
Feedback
All Connect
Visual Studio and .NET Framework Home
Downloads
Feedback
Surveys
Refine Search Results
Status
All
Active
Resolved
Closed
Votes
Total Votes (at least)
Workarounds
Total Workarounds (at least)
Validations
Total Validations (at least)
Comments
Total Comments (at least)
Time
Created in the last (days)
Updated in the last (days)
Scope
All Feedback
Your Feedback
Product Search Results
Sort By:
Newest
Last Updated
Up-Votes
Total Votes
Title (A-Z)
Title (Z-A)
Down-Votes
Oldest
You searched for:
items submitted by Jinhao.CPP for this product
(
signing in
could show even more results)
Bugs (5)
Suggestions (0)
Other Feedback (0)
Showing
1
-
5
of
5
Previous
1
Next
1
0
Sign in
to vote
unexpected error C2838 and error C2065
- by
Jinhao.CPP
From Connection:
Visual Studio and .NET Framework
Unexpected error C2838 and error C2065, A typedef name which is a strongly-typed enum does not hide the outter scope name. therefore, it generates unexpected error C2838 and error C2065 enum class…
Created on 3/4/2013 (updated 5 days ago)
|
1 validation
|
0 workarounds
|
3 comments
|
feedback id: 780591
|
Closed
as Fixed
1
0
Sign in
to vote
fatal error C1001: An internal error has occurred in the compiler.
- by
Jinhao.CPP
From Connection:
Visual Studio and .NET Framework
Compiler generates an internal error when compiling following code ---------------------------- #include <vector> struct T { std::vector<int> v; }; std::vector<T>::iterator vec(std::vector<T>& v) {…
Created on 9/1/2012 (updated 21 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 760771
|
Closed
as Fixed
1
0
Sign in
to vote
C++ compiler bugs
- by
Jinhao.CPP
From Connection:
Visual Studio and .NET Framework
Many issues about C++ compiler. 1, void foo(){} std::forward<void(*)()>(foo); //Compiler reports an error. 2, void foo(){} class A { public: void fun(std::function<void()>){} void operator=(s…
Created on 7/11/2012 (updated 12 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 753246
|
Closed
as Deferred
1
0
Sign in
to vote
error C2914: 'foo' : cannot deduce template argument as function argument is ambiguous
- by
Jinhao.CPP
From Connection:
Visual Studio and .NET Framework
bad overloading --- class A { public: void foo() const {} void foo() {} }; template<typename R, typename T> void test(R(T::*)() const) { } int main() { test(&A::foo); //Error here. }
Created on 2/21/2012 (updated 55 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 726039
|
Closed
as Fixed
1
0
Sign in
to vote
error C2563: mismatch in formal parameter list
- by
Jinhao.CPP
From Connection:
Visual Studio and .NET Framework
void foo(int){} void foo(){} template<typename Ft> struct T { T(){} T(Ft){} }; int main() { T<void()> t; t = foo; //Error, the foo() should be matched by overload resolution. } gene…
Created on 12/9/2011 (updated 68 weeks ago)
|
0 validations
|
0 workarounds
|
3 comments
|
feedback id: 712925
|
Closed
as Fixed
Showing
1
-
5
of
5
Previous
1
Next
© 2013 Microsoft Corporation. All rights reserved.
Microsoft Connect Terms of Use
|
Trademarks
|
Privacy Statement
Microsoft