STL/Boost containers in Apache module

2012-04-23 Thread Rajalakshmi Iyer
Hello, Is it possible and safe to use STL containers within Apache modules? Thanks! Regards, Raj -- Twitter: @Blismobile BlisMobile Media 32 Percy Street, London W1T 2DE www.blismobile.com [image: BlisMobile] [image: Follow on Twi

Re: STL/Boost containers in Apache module

2012-04-23 Thread Joshua Marantz
Yes, absolutely. mod_pagespeed uses STL extensively. All required support libraries and linking magic gets pulled into the .so. We don't use Boost but I suspect that would work fine as well, though you might get quite a large .so as a result of linking it in. -Josh On Mon, Apr 23, 2012 at 8:2

Re: STL/Boost containers in Apache module

2012-04-23 Thread Nick Kew
On Mon, 23 Apr 2012 13:25:41 +0100 Rajalakshmi Iyer wrote: > Hello, > > Is it possible and safe to use STL containers within Apache modules? If you have code that uses them, go right ahead. If you're writing new code, you may find also APR offers alternatives to many STL constructs, and serves

Change to Module DB

2012-04-23 Thread Apache Module Site
User ID : 455 Title: mod_xml2 Details : https://modules.apache.org/search.php?id=1123