Re: [Boost-users] walk thru multi_index
[About the documentation of Boost.MultiIndex,
Evan says:]
----- Mensaje original -----
De: Evan Carew
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Joaquín,
They are a little lite. I had to ask for help as well to get started. In my case, I defined a fact pattern I needed help with and someone kindly gave me an example, which I am now using.
Could you elaborate on that pattern? If it's general enough, I can look for a way to have it explained in the docs. When receiving specific reports about the docs I usually try to use the feedback --for instance, you complained some weeks ago about the lack of a explicit mention to index_iterator<> and family, and I added it to the docs for Boost 1.34 (you can check the preview version at the Vault.) Other than this, I'm sorry you found the documentation somewhat light. I've made sure every feature of the lib is treated, but I try also to keep the tutorial compact, and sometimes the style can be terser than desired. Also, sometimes people have questions wich are actually not related to Boost.MultiIndex --the very same problem posed by Dmitriy Bure, for instance, is more of an associative container issue, not specifically related to multi_index_container. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFD4lXApxCQXwV2bJARAsaxAJ9rF9IBfLTUWKwh8DCUHPnCj/5gkACgmj/q NpcBmDY2hDI+IF+ZAWQPUb0= =EfPx -----END PGP SIGNATURE-----
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Hi All: I am trying to add the compiler option /clr to the build system of Boost and rebuild Boost using that option. I see the config.hpp and user.hpp files but do not know exactly which section I need to add this to. Any help would be truly appreciated. Thank you; Ben __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Ben Khosrownia
Hi All:
I am trying to add the compiler option /clr to the build system of Boost and rebuild Boost using that option. I see the config.hpp and user.hpp files but do not know exactly which section I need to add this to.
You may use this toolset (poor, but working) http://b.kozicki.pl/boost_rtest/head/vc-8_0_clr-tools.jam B.
Thank you for your response.
I am sorry but I don't undrestand where the following
statements should be placed:
extends-toolset vc-8_0 ; flags vc-8_0_clr C++FLAGS :
/EHa /clr /wd4561 /D_SCL_SECURE_NO_DEPRECATE ;
Thank you
Ben
--- Bronek Kozicki
Ben Khosrownia
wrote: Hi All:
I am trying to add the compiler option /clr to the build system of Boost and rebuild Boost using that option. I see the config.hpp and user.hpp files but do not know exactly which section I need to add this to.
You may use this toolset (poor, but working)
http://b.kozicki.pl/boost_rtest/head/vc-8_0_clr-tools.jam
B.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
participants (3)
-
Ben Khosrownia
-
Bronek Kozicki
-
JOAQUIN LOPEZ MU?Z