Getting an unopyable object out of a try

前端 未结 0 1926
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 17:51

I have the following class:

class ShaderProgram {
    private:
        GLuint shaderProgram;
        std::string getCompilationError(GLuint shader);
        s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题