Skip to content

Build failures in VS2010 #106

@rtollert

Description

@rtollert

1>------ Build started: Project: taglib, Configuration: Release Win32 ------
1>cl : Command line warning D9002: ignoring unknown option '/Qvec-report:1'

/Qvec-report appears to have only been added in VS2015.

1>c:\users\rtollert\src\qaac\taglib\toolkit\tpropertymap.h(34): warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
1>....\taglib\toolkit\tpropertymap.cpp(193): error C2960: 'TagLib::Map<Key,T>' : inconsistent explicit instantiations, a previous explicit instantiation specified 'extern template'

2>C:\Users\rtollert\src\qaac\taglib\ogg\xiphcomment.h(40): warning C4231: nonstandard extension used : 'extern' before template explicit instantiation
2>....\input\LibSndfileSource.cpp(204): error C2039: 'make_unique' : is not a member of 'std'

C++14-ism?

Am I correct to intuit that the minimum compiler requirement is actually (at least) VS2015 nowadays?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions