ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
16 lines
655 B
Plaintext
16 lines
655 B
Plaintext
Constructing Foo(1) "static_foo"
|
|
Constructing Foo(2) "static_foo"
|
|
Constructing Foo(3) "automatic_foo"
|
|
Constructing Foo(4) "default-foo"
|
|
Initializing Foo(5) "default-foo" with Foo(4)
|
|
Destructing Foo(4) "default-foo" (remaining foos: 4)
|
|
Constructing Foo(5) "other_foo1"
|
|
Constructing Foo(6) "other_foo2"
|
|
Copying Foo(5) "other_foo1" to Foo(6)
|
|
Destructing Foo(6) "other_foo1" (remaining foos: 5)
|
|
Destructing Foo(5) "other_foo1" (remaining foos: 4)
|
|
Destructing Foo(5) "default-foo" (remaining foos: 3)
|
|
Destructing Foo(3) "automatic_foo" (remaining foos: 2)
|
|
Destructing Foo(2) "static_foo" (remaining foos: 1)
|
|
Destructing Foo(1) "static_foo" (remaining foos: 0)
|