Boost logo

Boost :

Subject: Re: [boost] review request: addition to type_traits library of has_operator_xxx
From: Alexander Fokin (apfokin_at_[hidden])
Date: 2010-11-17 06:36:08


Nice work!

As far as I can see, your implementation suffers the same problem as
all other techniques for detection of operator / member function
presence. It causes compilation error in case the operator in question
is private. I believe this should be pointed out in the docs.

And another question. Why are you using your own implementation of
is_convertible instead of the one supplied by boost?

-- 
Best regards,
  Alaxander Fokin, ru.elric_at_gmail.com.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk