Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51596 - sandbox/reference_closure
From: dave_at_[hidden]
Date: 2009-03-03 22:39:10


Author: dave
Date: 2009-03-03 22:39:10 EST (Tue, 03 Mar 2009)
New Revision: 51596
URL: http://svn.boost.org/trac/boost/changeset/51596

Log:
Separate TU for parallel library to eliminate the possibility of constant folding on function pointers
(addendum; missed parallel_lib.h)

Added:
   sandbox/reference_closure/parallel_lib.h (contents, props changed)

Added: sandbox/reference_closure/parallel_lib.h
==============================================================================
--- (empty file)
+++ sandbox/reference_closure/parallel_lib.h 2009-03-03 22:39:10 EST (Tue, 03 Mar 2009)
@@ -0,0 +1,2 @@
+#include "callback_type.h"
+void passer( callback_type );


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk