ProtoBuffer

We have Successfully used Google’s protobuffers in iOS and Android. But in WP8 it is giving many compiler errors (such as missing unordered_map). Anybody knows or using ProtoBuffers in WP8?

Is seems that boost supported in wp8, [[http://social.msdn.microsoft.com/forums/wpapps/en-US/9d872631-9b9b-4bb2-b7f7-9e1a4b502146/if-i-need-boost-libraries-imported-in-my-windows-phone-8-project-how-can-i-compile-it-for-the-arm]], and if you use Win32 APIs, check it: [[http://msdn.microsoft.com/en-US/library/windowsphone/develop/jj662956(v=vs.105).aspx]]
Thanks.