sp-mishra / mili

Automatically exported from code.google.com/p/mili
Boost Software License 1.0
0 stars 0 forks source link

Stream utils operator << without using keyword #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since mili namespace is mandatory, when trying to use stream_utils' operator << 
without the "using namespace mili", the code doesn't compile.

using 

mili::operator<< 

doesn't work either.

Original issue reported on code.google.com by elsilma...@gmail.com on 16 Jan 2012 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by elsilma...@gmail.com on 16 Jan 2012 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by hugo.arregui on 16 Jan 2012 at 9:46

GoogleCodeExporter commented 9 years ago
Please consider (ab)using Koenig Lookup to solve this issue.

Original comment by daniel.g...@fudepan.org.ar on 16 Jan 2012 at 11:53