Difference between boost::ref and regular references

Posted by Venkat Shiva on Stack Overflow See other posts from Stack Overflow or by Venkat Shiva
Published on 2010-04-01T14:37:09Z Indexed on 2010/04/01 14:43 UTC
Read the original article Hit count: 330

Filed under:
|
|

What is the difference between boost::ref(i) and & i ? What are the situations where we cannot use regular references and have to go for boost::ref instead?

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost