mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
update doc and example
This commit is contained in:
parent
6992f41db7
commit
aa465f7f37
5 changed files with 27 additions and 7 deletions
|
|
@ -105,8 +105,8 @@ std::basic_istream<Char, Traits>& operator>>(std::basic_istream<Char, Traits>& i
|
|||
|
||||
namespace iostream_operators {
|
||||
|
||||
using namespace ostream_operators;
|
||||
using namespace istream_operators;
|
||||
using magic_enum::ostream_operators::operator<<;
|
||||
using magic_enum::istream_operators::operator>>;
|
||||
|
||||
} // namespace magic_enum::iostream_operators
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue