On 2013-04-25 11:00, Miklos Vajna wrote:
On Thu, Apr 25, 2013 at 10:35:29AM +0200, Noel Grandin <noel@peralex.com> wrote:
Then we typically have C++ code that looks like
   void foo(Reference<A> a)
   void bar() {
       Reference<B> b = ....
       methodThatTakesA( Reference<A>(b, UNO_QUERY_THROW) );
   }
I want to change things so that I can write:
   void bar() {
       Reference<B> b = ....
       methodThatTakesA( b );
Hmm, and then how would you decide if UNO_QUERY or UNO_QUERY_THROW is
desired?
I'm only talking about the specific case of casting to a known 
super-interface, in which case throwing should not be possible.
Disclaimer: http://www.peralex.com/disclaimer.html
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.