Add nullptr support (Issue 383)

10 views
Skip to first unread message

Jeffrey Walton

unread,
Mar 1, 2017, 6:26:12 AM3/1/17
to Crypto++ Users
Hi Everyone,

We added support for C++11 nullptr by way of a macro named NULLPTR. For C++03 and below the macro is defined to NULL. For C++11 and above, its defined to nullptr.

The library will now clean compile using -Wzero-as-null-pointer-constant.

Also see https://github.com/weidai11/cryptopp/issues/383.

Jeff
Reply all
Reply to author
Forward
0 new messages