Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 9456  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Boost users mailing list archive
 

[SmartPtr] shared_ptr as a default value in function template 
  Hello, In the wake of one of recent SO posts... The following doesn't compile in MSVC10 (Boost 1.53): ... template<class T> void f(T item, boost::shared_ptr<int> name = boost::make_shared<int>()) { ... int main() { f(0); ... Is it a bug in make_shared or the above violates some Standard paragraph?... more »
By Igor R  - 6:08am - 5 new of 5 messages    

Compile errors including boost/regex.hpp 
  -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 When I try to compile a file that includes <boost/regex.hpp> I get the following error: .../usr/local/include/boost/re gex/regex_traits.hpp:27:0, ..."test" passed 2 arguments, but ..."test" passed 2 arguments, but .../usr/local/include/boost/re gex/regex_traits.hpp:27:0,... more »
By Jordan H.  - May 22 - 7 new of 7 messages    

[atomic] When to load/store 
  Hello, I have some thread synchronization to do, probably will end up using some sort of internally synchronized cancelation or other state to message between parent and child thread. If the state uses boost::atomic<bool> _canceled, for instance, how do I go about setting/getting the value? I am assuming that we do... more »
By Michael Powell  - May 22 - 2 new of 2 messages    

[msm] Manually setting next state 
  Hi, Is there a way to manually set the next state for the state machine. I have an orthogonal region defined for handling errors, where Error is an interruptible state. ---------- ------------- ...---------- ------------- This is similar to the example here :... more »
By samriti katoch  - May 22 - 3 new of 3 messages    

[Atomic] / PPC / error: impossible constraint in 'asm' 
  Hello, I get the error below compiling with (Xcode 2.5 / OS X 10.4.11) only for PPC arch. boost_1_53_0/boost/atomic/deta il/gcc-ppc.hpp:1204: error: impossible constraint in 'asm' The related code is: static boost::atomic<long> messageCount_(0); number_ = messageCount_.fetch_add(1, boost::memory_order_relaxed);... more »
By nicolas.da...@free.fr  - May 22 - 1 new of 1 message    

[thread] "almost works" clarification 
  Hello, Okay, so without starting a flame war, because that is not my intention... Also bear in mind, I am coming from an informed C# .NET frame of mind having worked with .NET threading, synchronization, events, and so forth. I ran across this article, which although a bit dated, is a pretty... more »
By Michael Powell  - May 21 - 4 new of 4 messages    

[thread] SEVERE bug on packaged_task constructor in C++11 mode. 
  Hi, There is a severe bug in packaged_task constructor when compiling in C++11 mode and giving a copyable functor as parameter, as reported in [link]. I believe that this is not a regression, this have never worked. Until I find a fix, the packaged_task could be used only with free... more »
By Vicente J. Botet Escriba  - May 21 - 1 new of 1 message    

[accumulator] with complex domain model 
  Hello, We've got a complex domain model which must be accumulated and eventually averaged together. I am already overloading the operators for that model. We could roll our own with just the operators we'll need to accommodate, like +, +=, /, etc, but would like to take a gander at Boost.Accumulator first. Would be much better, obviously, rather than... more »
By Michael Powell  - May 20 - 3 new of 3 messages    

endless loop and/or crash in boost::interprocess 
  How do I debug a potential endless loop and heap corruption issue involving boost::interprocess "new managed_shared_memory" freezing forever or crashing? I posted this on stackoverflow but I am hopeful that a real  expert in Boost::Interprocess may have seen this freeze-up and crash before. Outside the debugger it manifests as a freeze-up, inside the debugger it manifests as a series of exceptions inside an endless... more »
By Charanga  - May 20 - 2 new of 2 messages    

[boost][thread] Future's scheduler 
  I'm using boost.thread V4 in my projects because I would like to use futures. I understand that boost 1.53 implementation of future.then() is incomplete but I think it's ok for my current use. However I think there might be something missing. I'm in a case where the user of my library provide his own task scheduler... more »
By Klaim - Joël Lamotte  - May 20 - 2 new of 2 messages    

1 - 10 of 9456   « Newer | Older »

XML       Send email to this group: boost-users@lists.boost.org