We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/shread/mo_hash.cpp
1 parent d6e3119 commit cfb7236Copy full SHA for cfb7236
src/shared/mo_hash.hpp
@@ -4,6 +4,9 @@
4
// Distributed under the Boost Software License, Version 1.0.
5
// https://www.boost.org/LICENSE_1_0.txt
6
7
+#ifndef BOOST_SRC_LOCALE_MO_HASH_HPP
8
+#define BOOST_SRC_LOCALE_MO_HASH_HPP
9
+
10
#include <cstdint>
11
12
namespace boost { namespace locale { namespace gnu_gettext {
@@ -49,3 +52,5 @@ namespace boost { namespace locale { namespace gnu_gettext {
49
52
return state;
50
53
}
51
54
}}} // namespace boost::locale::gnu_gettext
55
56
+#endif
0 commit comments