mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- Add compiler configuration options - Import patches from upstream to address build failures PR: 246441 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: ehaupt (mentor) Changelog: https://github.com/ldn-softdev/jtc/releases/1.76
12 lines
409 B
C++
12 lines
409 B
C++
--- lib/dbg.hpp.orig 2020-05-07 19:34:09 UTC
|
|
+++ lib/dbg.hpp
|
|
@@ -879,6 +879,9 @@ class __Dbg_flow__ {
|
|
}
|
|
}
|
|
|
|
+ static size_t ind(void) { return __Dbg_flow__::ind_; }
|
|
+
|
|
+
|
|
protected:
|
|
const Debug & dbg_; // debug reference
|
|
const char * dfnc_; // debug function
|