Search
Refine Search Results
Status
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)
Product Search Results
Sort By:
You searched for: items submitted by Bengt Gustafsson for this product (signing in could show even more results)
Showing 1 - 10 of 23 Previous 123 Next

1
0
Sign in
to vote
In the example code I get an error message that ref_ptr is unknown, but osg::ref_ptr is what I refered to, the osg:: is dropped during parsing. This can have to do with the fact that the template para…
Created on 3/25/2013 (updated 1 week ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 782026  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
In the Tuple ctor the tail can't be initialized according to the error message, which says that two parameters are sent, but as the parameter pack is empty there should be only one parameter in the ca…
Created on 2/27/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 780151  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
This unfortunately a bit complicated example shows a problem related to inheriting a variadic template from another variadic template. The base class has a virtual method with the parameter pack as p…
Created on 2/27/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 780098  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
he code in the example compiles for two template parameters but not for 1. The test function makes two objects, the second works, not the first. Removing the inheritance or the decay call in either o…
Created on 2/16/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 779357  | 
Closed
as Fixed Help for as Fixed
1
0
Sign in
to vote
A method in a variadic class template can expand the parameter pack as a function signature, but if you want to modify each type, as in my case using decay, an unexpected compiler error occurs. Note …
Created on 2/16/2013 (updated 9 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 779356  | 
Closed
as Fixed Help for as Fixed
2
0
Sign in
to vote
Missing to write a "typename" in a parameter pack gives an error message which is very hard to understand. CTP nov 2012 compiler.
Created on 2/6/2013 (updated 12 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 778686  | 
Closed
as Deferred Help for as Deferred
2
0
Sign in
to vote
This simple version of a recursive fac() function does not compile, as it doesn't seem to be able to deduce the return type of the general function template: template<size_t I> decltype(fac<I-1>()) …
Created on 1/20/2013 (updated 8 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 776991  | 
Closed
as Deferred Help for as Deferred
1
0
Sign in
to vote
An overloaded operator, for an object and a function pointer is found if the object is the left operand but not if the function pointer is the left operand (in which case the built in sequencing opera…
Created on 1/15/2013 (updated 12 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 776607  | 
Closed
as Deferred Help for as Deferred
1
0
Sign in
to vote
The accompanying file generates an internal compiler error when compiled. The problem relates to the mix of non-variadic and variadic templates introduced in the last declaration, as the next to last…
Created on 1/1/2013 (updated 13 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 775533  | 
Closed
1
0
Sign in
to vote
I have a rather involved case where ::MoveWindow() is called for a TabControl (WC_TABCONTROL) and the TabCtrl_GetItemCount() macro called inside the handler returns 0 although there are in fact pages …
Created on 4/4/2012 (updated 50 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 735460  | 
Resolved
as Other Help for as Other
Showing 1 - 10 of 23 Previous 123 Next