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.
1 parent 83b46a5 commit e8a4b53Copy full SHA for e8a4b53
include/tao/json/internal/endian_gcc.hpp
@@ -153,10 +153,10 @@ namespace tao
153
#else
154
#error Unknown host byte order!
155
#endif
156
- } // internal
+ } // namespace internal
157
158
- } // json
+ } // namespace json
159
160
-} // tao
+} // namespace tao
161
162
include/tao/json/internal/endian_win.hpp
@@ -82,10 +82,10 @@ namespace tao
82
}
83
};
84
85
- } // namespace internal
86
87
- } // namespace json
88
89
-} // namespace tao
90
91
0 commit comments