Opened 6 years ago

Closed 6 years ago

#1496 closed defect (wontfix)

Compiling error with SEI.cpp

Reported by: zhangaaron Owned by:
Priority: major Milestone:
Component: HM Version:
Keywords: SEI Cc: ksuehring, davidf, karlsharman, jct-vc@…

Description

Have got errors when compiling the encoder (release x64) using VC2010 and Linux.

The error seems with SEI.cpp, reporting like below:

.\..\source\Lib\TLibCommon\SEI.cpp(107): error C2661: 'std::vector<_Ty>::vector' : no overloaded function takes 7 arguments
1> with
1> [
1> _Ty=SEI::PayloadType
1> ]

Change History (2)

comment:1 Changed 6 years ago by zhangaaron

Sorry, forgot to mention the version - it is only for HM 16.19.

comment:2 Changed 6 years ago by karlsharman

  • Resolution set to wontfix
  • Status changed from new to closed

The part of the code indicated uses c++11 features. Please use a c++11 capable compiler.

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Aaron Zhang(Reporter, Participant)
  • David Flynn(Subscriber)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Subscriber, Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)