Hello, I'm using <code> tags a lot, and in effect, when working in the wiki text - it gets hard to read. Is there some alias, or could you create one, to make it simpler to read and write? Look at this:
To simplify managment of data a <code>boost::bimap<X,Y></code> will be used. This container works in both directions like <code>std::map<X,Y></code> and <code>std::map<Y,X></code>, where: <code>X</code> is a body <code>id</code> and <code>Y</code> is a set of groups to which it belongs, like <code>std::set<group_number></code>. And compare with this: To simplify managment of data a ``boost::bimap<X,Y>`` will be used. This container works in both directions like ``std::map<X,Y>`` and ``std::map<Y,X>``, where: ``X`` is a body ``id`` and ``Y`` is a set of groups to which it belongs, like ``std::set<group_number>``. Isn't it better? -- Janek Kozicki | _______________________________________________ Wikia-l mailing list [email protected] http://lists.wikia.com/mailman/listinfo/wikia-l
