11

Is it too many or too few then? Make up your goddamn mind! (the two errors are coming from the same line).

Comments
  • 0
    @Demolishun I have realized why this doesn't work. vector takes only one argument. I'm trying to create a vector that stores data structures based on the variadic template arguments.
  • 0
    @Demolishun So for example if I create this class with template args <int, float> then this vector will store a data structure with an int and a float field. I dunno how to wrap the variadic types in a container type.
  • 0
    @Demolishun Yeah I don't want to post it there because it might get flagged as duplicate. But I also don't know that to search for.
  • 0
    @Demolishun Oh that's not a problem since I don't want to modify the data once it's there.
  • 1
    @Demolishun That's one hell of a title! Thanks :)
  • 1
    PLEASE ! Ever seen TypeScript errors ?

    Here you go

    edit : Yes, this is ONE error
  • 1
    @NoToJavaScript Holy fuck that's some nightmare fuel right there.
  • 1
    @NoToJavaScript A Python stacktrace does not look any better..
  • 0
    @Emphiliis That’s the point, it is not s stacktrace. The whole error basically tells you, that you are trying to put incompatible types together for maybe 1 field.
Add Comment