On ter?a-feira, 22 de novembro de 2016 16:08:05 PST maxi wu wrote: > service/notification/cpp-wrapper/examples/linux/notificationserviceprovider. > cpp:93:25: error: 'numeric_limits' was not declared in this scope
This was a simple case of missing #include. The code in question may have built with the author's compiler because of indirect #includes, so it works with one compiler and not another. This issue was fixed in 6124156346ad25e57fb1489ccd7febf532c58fa6 by JungYong. PS: JungYong, please fix your text editor or your Git settings not to use CRLF line-endings. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
