libcpprestsdk: fix template whitespace-syntax
authorAdam Duskett <aduskett@gmail.com>
Fri, 9 Mar 2018 13:18:16 +0000 (08:18 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 10 Mar 2018 18:58:08 +0000 (19:58 +0100)
commit4832b04c95af9f2cea9502f6cf3425b01eefa213
treed23acf1cad4f240243b344eb9c4f4f4b7700fd26
parent768244aeb31b121de2d6747862b6039ea5a562c9
libcpprestsdk: fix template whitespace-syntax

some files don't have a space inbetween the '<' and '::' charachters, which
will cause build failures on older toolchains. Adding a space inbetween these
two characters fixes the issue.

upstream-status: pending
https://github.com/Microsoft/cpprestsdk/pull/715

fixes:
http://autobuild.buildroot.net/results/797a9b5fdf6ab0f16f2249324b48292dfab61d9f
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcpprestsdk/0002-fix-template-whitespace-syntax.patch [new file with mode: 0644]