diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-12-10 17:14:31 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-12-10 17:14:31 -0500 |
commit | 9479d422d4b34e2ffd08017272412ab3bd1ae00e (patch) | |
tree | 0ce64f6d1c749662a3558a6b7f9e79f5f234cdcd /autobuild.xml | |
parent | 73eadfa12a23ed5e2e47c208f18795061caff6f3 (diff) |
SL-10153: Use a degenerate singleton for PRELOG log file.
The previous build declared a static std::ofstream; but the code that
determines the pathname for the log file is called so early that static
objects have not yet been constructed. Declare a pointer instead, and
instantiate it on demand.
Diffstat (limited to 'autobuild.xml')
0 files changed, 0 insertions, 0 deletions