Re: [Boost-users] Tag dispatching

4 Mar
4 Mar
1:40 p.m.
New subject: Tag dispatching
On Wed, Mar 4, 2009 at 2:29 PM, Hicham Mouline
Yes that's true. But nobody will give you a definite answer by referencing to the C++ Standard. This is a really compiler dependent issue. What you can do is inspecting the function signatures created in your compiler's binary output. If you have an overload with 2 parameters, than it means compiler applied some sort of optimization, otherwise, it will pass and instance of the object, since the function with 2 parameters is simply not there ;)
thanks very much,
You are welcome
5906
Age (days ago)
5906
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hicham Mouline
-
Ovanes Markarian