Skip to content

Commit

Permalink
🔖 λcommon v1.9.10: Added some C++17 features.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Dec 31, 2018
1 parent bc0d306 commit 38cf9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lambdacommon/lambdacommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define LAMBDACOMMON_VERSION_MAJOR 1
#define LAMBDACOMMON_VERSION_MINOR 9
#define LAMBDACOMMON_VERSION_PATCH 10
#define LAMBDACOMMON_VERSION_TYPE "indev"
#define LAMBDACOMMON_VERSION_TYPE "Release"

// Deletes the pointer and sets the variable to null. It's just simpler to write like this.
#define LCOMMON_DELETE_POINTER(pointer) delete pointer; pointer = nullptr;
Expand Down

0 comments on commit 38cf9b3

Please sign in to comment.