Changeset 10993 for code/branches/cpp11_v2/src/libraries/util/output
- Timestamp:
- Dec 29, 2015, 5:18:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/util/output/OutputStream.cc
r8858 r10993 41 41 @brief Default constructor, initializes level and context with default values. 42 42 */ 43 OutputStream::OutputStream() 43 OutputStream::OutputStream() : OutputStream(level::debug_output, context::undefined()) 44 44 { 45 this->setOutputAttributes(level::debug_output, context::undefined());46 45 } 47 46
Note: See TracChangeset
for help on using the changeset viewer.