function … has already a body & function template has already been defined

前端 未结 3 1670
迷失自我
迷失自我 2020-12-22 13:35

I have this header file:

Utility.h:

#pragma once

#include 
#include 
#include 
#includ         


        
3条回答
  •  北海茫月
    2020-12-22 14:09

    Remove the #include "Utility.cpp" line from Utility.h. Then compile the Utility.cpp again

提交回复
热议问题