Opened 11 years ago
Closed 11 years ago
#5736 closed Feature Requests (fixed)
amalgamation of regex sources
Reported by: | anonymous | Owned by: | John Maddock |
---|---|---|---|
Milestone: | To Be Determined | Component: | regex |
Version: | Boost 1.47.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
I add Boost.Regex .cpp files into a project not individually but include them in a single file .cpp file, to make compilation faster and project simpler
Files posix_api.cpp and wide_posix_api.cpp both define type c_regex_type and these two definitions clash in the amalgamated file. The types are used internally and if one of them is renamed it would make amalgamation trivial.
Note:
See TracTickets
for help on using tickets.
(In [74896]) Allow source to be built by #including all the source files in a single TU. Fixes #5736.