Relative Content

Tag Archive for c++gccgcc-warning

dangerous relocation warning by gcc

i have a copy_object function which basicly just makes a copy of any object given a pointer tp it and its size and i use it in a library i made
here is the function