[fdo-internals] Please review: VS 2015 migration - Utilities

Karsten Winter karsten.winter at autodesk.com
Tue Aug 18 08:07:30 PDT 2015


Hi all

I'm currently migrating the projects to Visual Studio 2015.
Some errors occur with the new compiler for which I would like to get a review for the solution. The second part is about FDO utilities part.

Utilities\ExpressionEngine\Src\Util\FdoExpressionEngineUtilDataReader.cpp
error C2338: <hash_map> is deprecated and will be REMOVED. Please use <unordered_map>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge that you have received this warning
Solution:
-> use "unordered_map" instead of "hash_map"

Utilities\ExpressionEngine\Src\stdafx.h
error C2338: <hash_map> is deprecated and will be REMOVED. Please use <unordered_map>. You can define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS to acknowledge that you have received this warning
Solution:
-> use "unordered_map" instead of "hash_map"

Best regards
Karsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/fdo-internals/attachments/20150818/683fb044/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Utilities_ExpressionEngine_Src_Util_FdoExpressionEngineUtilDataReader.cpp.patch
Type: application/octet-stream
Size: 612 bytes
Desc: Utilities_ExpressionEngine_Src_Util_FdoExpressionEngineUtilDataReader.cpp.patch
URL: <http://lists.osgeo.org/pipermail/fdo-internals/attachments/20150818/683fb044/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Utilities_ExpressionEngine_Src_stdafx.h.patch
Type: application/octet-stream
Size: 316 bytes
Desc: Utilities_ExpressionEngine_Src_stdafx.h.patch
URL: <http://lists.osgeo.org/pipermail/fdo-internals/attachments/20150818/683fb044/attachment-0001.obj>


More information about the fdo-internals mailing list