Opened 10 years ago
Closed 10 years ago
#7694 closed Bugs (fixed)
header files included in math\minimax\main.cpp cannot be found
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | math |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The following two header files included in math\minimax\main.cpp cannot be found:
1) #include <boost/spirit/core.hpp>
2) #include <boost/spirit/actor.hpp>
Note:
See TracTickets
for help on using tickets.
(In [81623]) Fix changes to Spirit. Fixes #7694.