this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

boostxml: add xml header

+1
+1
tests/boostxml.cpp
··· 2 2 3 3 boostxml::boostxml() 4 4 { 5 + m_xml << "<?xml version="1.0" encoding=\"UTF-8\"?>\n"; 5 6 m_xml << "<TestLog>\n"; 6 7 m_xml << "\t<TestSuite name=\"Darling\">\n"; 7 8 }