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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|