More work on moving engine into dlmalloc heap
This commit is contained in:
@@ -6,14 +6,8 @@
|
||||
|
||||
namespace eng {
|
||||
template<class C, class T=std::char_traits<C>>
|
||||
using basic_ostringstream = std::basic_ostringstream<C, T, EngAllocator<C>>;
|
||||
using basic_ostringstream = std::basic_ostringstream<C, T, eng::allocator<C>>;
|
||||
using ostringstream = basic_ostringstream<char>;
|
||||
} // namespace eng
|
||||
|
||||
namespace drv {
|
||||
template<class C, class T=std::char_traits<C>>
|
||||
using basic_ostringstream = std::basic_ostringstream<C, T, DrvAllocator<C>>;
|
||||
using ostringstream = basic_ostringstream<char>;
|
||||
} // namespace drv
|
||||
|
||||
#endif // WRAP_SSTREAM_HPP
|
||||
|
||||
Reference in New Issue
Block a user