No viable conversion from 'time_point' in " timing.cpp "

  • eewano
    Likes 0

    Problem Description

    My environment is Macbook pro : Xcode 9.1 : macOS High Sierra

     

    I have finished “Modern OpenGL” course.

    So, I have prepared all files and started to learn the course “OpenGL Game Rendering Tutorial”. But, one error ocurred…

     

    https://user-images.githubusercontent.com/9584187/33478103-7f44f84e-d6cb-11e7-8cc7-1297f9c12fc8.png

     

    In the timing.cpp, the error is “No viable conversion from ‘time_point’…….”

     

    I couldn’t solve this problem. Please give me some advice.

     

    I prepared all files from github.

    https://github.com/BennyQBD/3DEngineCpp/tree/master/src

  • Sonar Systems admin
    Likes 0

    Try casting the value yourself before assigning.

Login to reply