|
From: Raymond R. <ray...@gm...> - 2018-07-13 17:05:09
|
To clarify, it looks like the examples in 1.13 are explicitly passing boost::shared_ptr but I built off master and enabled std pointers. > On Jul 13, 2018, at 13:01, Luigi Ballabio <lui...@gm...> wrote: > > You got me worried now---by default, ext::shared_ptr should map to boost::shared_ptr. Did you select the std mapping from configure? > > Luigi > > >> On Fri, Jul 13, 2018 at 6:19 PM Raymond Roberts <ray...@gm...> wrote: >> This is my fault...cloned master but I was running 1.13 examples so ext::shared_ptr mapped to std::shared_ptr but was passing boost::shared_ptr. >> >> > On Jul 13, 2018, at 12:09, Raymond Roberts <ray...@gm...> wrote: >> > >> > I’m trying to figure out, given I have built and installed Quantlib on Linux, what is the easiest way to compile C++ code against Quantlib. >> > >> > As an example, I took a piece of Example code and am trying to build it with my own Makefile. Of course, I could grab the generated make files from the Example directory but that doesn’t set me up to build new projects that haven’t been set up. >> > >> > Thanks for any help. >> > >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> QuantLib-users mailing list >> Qua...@li... >> https://lists.sourceforge.net/lists/listinfo/quantlib-users |