debug/lifetime: Add lifetime stderr printer

This adds a class that aids in debugging by printing object lifetime
information to stderr.

Change-Id: I92b904a5e6d8d98f7412769f3670c5e2091a7bc9
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build
index 11549a3..55051c8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -43,6 +43,7 @@
 
 stdplus_srcs = [
   'cancel.cpp',
+  'debug/lifetime.cpp',
   'exception.cpp',
   'flags.cpp',
   'function_view.cpp',