Viewing 1 reply thread
  • Author
    Posts
    • #3250 Score: 0
      MrPhD
      Participant
      1 pt

      我写完代码之后,出现如图的错误,没有修改代码框架,出现错误的地方是代码框架的代码。

      Attachments:
      You must be logged in to view attached files.
    • #3612 Score: 0
      .J.
      Participant

      我也是这里有问题,查阅了一下发现std::tuple的构造函数是explicit的,我尝试将返回值改为
      return std::tuple<float, float, float> {c1,c2,c3};
      后可以正确编译。

Viewing 1 reply thread
  • You must be logged in to reply to this topic.