mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 09:33:32 -04:00
dev-cpp/cpprestsdk/files: explanation in patchfile
Signed-off-by: Jan-Espen Oversand <sigsegv@radiotube.org>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
This patch moves the implementations of certain json-methods to the cpp-file-implementations.
|
||||
This is needed because llvm needs sizeof(T) to be valid for a lot more methods on containers
|
||||
and std::unique_ptr, so these methods can't be header only on llvm. This patch is developed
|
||||
by me and I cannot right now find an upstream bug-report on this just yet. I uploaded a similar
|
||||
patch to FreeBSD ports a while ago.
|
||||
--- a/Release/include/cpprest/json.h
|
||||
+++ b/Release/include/cpprest/json.h
|
||||
@@ -737,12 +737,10 @@
|
||||
|
||||
Reference in New Issue
Block a user