Search:

Type: Posts; User: schultz

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,222

    Thank you for the help, I will give a look.

    Thank you for the help, I will give a look.
  2. Replies
    8
    Views
    2,222

    Oh, no, I did not mean that. I mean there is a...

    Oh, no, I did not mean that.

    I mean there is a way do distinguish, in compile-time, a struct (or a typedef of a struct) against an int or any pre-built type.

    The application I have in mind is a...
  3. Replies
    8
    Views
    2,222

    I mean I wish the compiler could differ X::Y...

    I mean I wish the compiler could differ X<int>::Y from X<short>::Y, even if Y does not take the template parameter into consideration.

    I have been searching around and figured out a partial...
  4. Replies
    8
    Views
    2,222

    First of all, thanks for answering. I see the...

    First of all, thanks for answering.

    I see the types can collide because there is no bijection between the XT and Y types.

    But what if the compiler forcefully instances a new Y type for every X....
  5. Replies
    8
    Views
    2,222

    Metaprogramming Issue

    I am currently having an issue with C++ metaprogramming system. To be more specific, the issue is about partial template specialisation.

    Suppose I define a template as below:

    template<typename...
Results 1 to 5 of 5