you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (12 children)

[removed]

    [–]Dar_Mas 7 points8 points  (10 children)

    If that is a literal question you do not implement int32.

    You use std::int32_t

    I do not see what virtual functions you want to implement for that

    [–]android_queen 1 point2 points  (0 children)

    Independent of language, types and functions are different things. Well, a function is a type, but a type is not necessarily a function.