Closed
Description
Firstly, thank you for your fantastic work on this library. It really is soooo much nicer than chevron hell, especially when doing something simple like changing number of significant figures for a double.
So everything is working under Visual Studio 2017 v15.9. However, when I switch to Intel Compiler v19.0, it generates compiler errors.
Compiler errors:
3>[snip]\include\fmt\core.h(477): error : attribute does not apply to any entity
3> using parse_context FMT_DEPRECATED = basic_parse_context<char>;
3> ^
3>
3>[snip]\fmt\include\fmt\core.h(478): error : attribute does not apply to any entity
3> using wparse_context FMT_DEPRECATED = basic_parse_context<wchar_t>;
3> ^
3>
3>[snip]\fmt\include\fmt\format.h(2599): error : attribute does not apply to any entity
3> using writer FMT_DEPRECATED = internal::writer;
3> ^
3>
3>[snip]\fmt\include\fmt\format.h(2600): error : attribute does not apply to any entity
3> using wwriter FMT_DEPRECATED =
3> ^
3>
3>compilation aborted for main.cpp (code 2)
3>Done building project "main.vcxproj" -- FAILED.
9>------ Build started: Project: Project, Configuration: Debug x64 ------
9> Project -> load.exe
========== Build: 8 succeeded, 1 failed, 46 up-to-date, 0 skipped ==========
Metadata
Metadata
Assignees
Labels
No labels