Opened 19 years ago
Last modified 10 years ago
#231 reopened Bugs (Fixed)
Graph Header Clashes With Format Header — at Initial Version
| Reported by: | schmoo2k | Owned by: | jsiek |
|---|---|---|---|
| Milestone: | Component: | graph | |
| Version: | None | Severity: | Problem |
| Keywords: | Cc: |
Description
The following code produces many errors in MSVC71
#include <boost/format.hpp>
#include <boost/graph/adjacency_list.hpp>
int _tmain(int argc, _TCHAR* argv[])
{
std::string s = (boost::format("%1% %2% %
3%") % "a" % "b" % "c").str();
return 0;
}
Note:
See TracTickets
for help on using tickets.
