Error in qlCalendarBusinessDaysBetween

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Error in qlCalendarBusinessDaysBetween

Piter Dias-4

After some debugging I realized that until the code below, from boost-1_47\boost\bind\mem_fn_template.hpp, a3 and a4 stores the original values of includeFirst and includeLast, but one step ahead, already inside Calendar::businessDaysBetween, both variables store true.

 

Any clues? I am using VC++ Express 2010.

 

    R operator()(T const & t, A1 a1, A2 a2, A3 a3, A4 a4) const

    {

        BOOST_MEM_FN_RETURN (t.*f_)(a1, a2, a3, a4);

    }

 

 


------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT
space for its ease of implementation, lower cost, and increased
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

qlCalendarBusinessDaysBetween.jpg (388K) Download Attachment