Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163394561
D14131.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
601 B
Referenced Files
None
Subscribers
None
D14131.id.diff
View Options
Index: head/sysutils/synergy/files/patch-src_lib_common_common.h
===================================================================
--- head/sysutils/synergy/files/patch-src_lib_common_common.h
+++ head/sysutils/synergy/files/patch-src_lib_common_common.h
@@ -0,0 +1,11 @@
+--- src/lib/common/common.h.orig 2018-01-28 08:03:58.996880000 -0800
++++ src/lib/common/common.h 2018-01-28 08:04:48.899097000 -0800
+@@ -137,7 +137,7 @@
+ #include <stddef.h>
+
+ // if not c++0x, future proof code by allowing use of nullptr
+-#ifndef nullptr
++#if __cplusplus < 201103L
+ # define nullptr NULL
+ #endif
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 7:58 PM (2 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35413502
Default Alt Text
D14131.id.diff (601 B)
Attached To
Mode
D14131: Correct check for nullptr to fix build with clang 6.
Attached
Detach File
Event Timeline
Log In to Comment