Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2003-12-28 05:54:39


> I'm trying to use boost regex with VC6
>
> Receiving the following error:
>
> error C2668: 'sprintf' : ambiguous call to overloaded function
>
> there is no "using namespace std" in my code.
>
> Appreciate any help.

There must be somewhere - you won't see that message without it - whatever
the fix is to add either a :: or a std:: prefix infront of the sprintf call.

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net