]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/nowide/test/test_stackstring.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / nowide / test / test_stackstring.cpp
index 5bee948f8fc33553a3d070aa0e95aa86006c7f02..c0cd882bb53828be659a9239dc234821284b68b3 100644 (file)
@@ -8,11 +8,10 @@
 //
 
 #include <boost/nowide/stackstring.hpp>
-#include <iostream>
-#include <vector>
-
 #include "test.hpp"
 #include "test_sets.hpp"
+#include <iostream>
+#include <vector>
 
 #if defined(BOOST_MSVC) && BOOST_MSVC < 1700
 #pragma warning(disable : 4428) // universal-character-name encountered in source
@@ -63,6 +62,7 @@ std::string heap_stackstring_to_narrow(const std::wstring& s)
     return ss.get();
 }
 
+// coverity [root_function]
 void test_main(int, char**, char**)
 {
     std::string hello = "\xd7\xa9\xd7\x9c\xd7\x95\xd7\x9d";