¡@

Home 

c++ Programming Glossary: unicorn

What are the pitfalls of ADL?

http://stackoverflow.com/questions/2958648/what-are-the-pitfalls-of-adl

example let's say you have written a class to represent a unicorn. For some reason you've also defined a function named print.. did this that's not important namespace my_stuff struct unicorn unicorn stuff goes here std ostream operator std ostream os.. that's not important namespace my_stuff struct unicorn unicorn stuff goes here std ostream operator std ostream os unicorn..