all: assorted cleanups and updates
Changes include: - add a bunch of "noexcept", mostly to operators and forceinline - use "uchar" - use "charptr" - rename options_t to Options - add ptr_check_no_overlap() - rewrite p_exe.cpp, NFCI - clang-format help.cpp - spelling fixes
This commit is contained in:
+4
-1
@@ -146,8 +146,11 @@ inline R *xspan_make_helper__(R * /*dummy*/, MemBuffer &first) {
|
||||
|
||||
#endif // WITH_XSPAN
|
||||
|
||||
#if 1
|
||||
/*************************************************************************
|
||||
// nicer names
|
||||
**************************************************************************/
|
||||
|
||||
#if 1
|
||||
#define SPAN_0 XSPAN_0
|
||||
#define SPAN_P XSPAN_P
|
||||
#define SPAN_S XSPAN_S
|
||||
|
||||
Reference in New Issue
Block a user