Wrap all STL includes to support drv:: and eng::
This commit is contained in:
15
luprex/core/wrap/wrap-ostream.hpp
Normal file
15
luprex/core/wrap/wrap-ostream.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef WRAP_OSTREAM_HPP
|
||||
#define WRAP_OSTREAM_HPP
|
||||
|
||||
#include "two-mallocs.hpp"
|
||||
#include <ostream>
|
||||
|
||||
namespace eng {
|
||||
using ostream = std::ostream;
|
||||
} // namespace eng
|
||||
|
||||
namespace drv {
|
||||
using ostream = std::ostream;
|
||||
} // namespace drv
|
||||
|
||||
#endif // WRAP_OSTREAM_HPP
|
||||
Reference in New Issue
Block a user