stl: <sstream>
This commit is contained in:
@@ -208,6 +208,7 @@ if(ENTT_INCLUDE_HEADERS)
|
||||
stl/limits.hpp
|
||||
stl/memory.hpp
|
||||
stl/ostream.hpp
|
||||
stl/sstream.hpp
|
||||
stl/string.hpp
|
||||
stl/string_view.hpp
|
||||
stl/tuple.hpp
|
||||
|
||||
@@ -82,6 +82,7 @@ namespace entt::stl {}
|
||||
#include "stl/limits.hpp"
|
||||
#include "stl/memory.hpp"
|
||||
#include "stl/ostream.hpp"
|
||||
#include "stl/sstream.hpp"
|
||||
#include "stl/string.hpp"
|
||||
#include "stl/string_view.hpp"
|
||||
#include "stl/tuple.hpp"
|
||||
|
||||
12
src/entt/stl/sstream.hpp
Normal file
12
src/entt/stl/sstream.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef ENTT_STL_SSTREAM_HPP
|
||||
#define ENTT_STL_SSTREAM_HPP
|
||||
|
||||
#include <sstream>
|
||||
|
||||
/*! @cond ENTT_INTERNAL */
|
||||
namespace entt::stl {
|
||||
|
||||
} // namespace entt::stl
|
||||
/*! @endcond */
|
||||
|
||||
#endif
|
||||
@@ -2,7 +2,6 @@
|
||||
#define ENTT_TOOLS_DAVEY_HPP
|
||||
|
||||
#include <ios>
|
||||
#include <sstream>
|
||||
#include "../config/config.h"
|
||||
#include "../entity/mixin.hpp"
|
||||
#include "../entity/registry.hpp"
|
||||
@@ -15,6 +14,7 @@
|
||||
#include "../meta/pointer.hpp"
|
||||
#include "../meta/resolve.hpp"
|
||||
#include "../stl/cstdint.hpp"
|
||||
#include "../stl/sstream.hpp"
|
||||
#include "../stl/string.hpp"
|
||||
|
||||
#if __has_include(<imgui.h>)
|
||||
|
||||
Reference in New Issue
Block a user