Changes between Version 1 and Version 6 of Ticket #6450
- Timestamp:
- Sep 10, 2013, 5:55:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6450
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #6450 – Description
v1 v6 1 When BOOST_THROW_EXCEPTION used, compiler generates a string with function name. 2 If a function is templated, compiler will generate a string for each function template. That leads to a huge binary files. 3 4 Attached patch, that allows to disable construction of such strings or to use different macro for current function name (for example macro that prints ONLY function name). 5 6 [http://lists.boost.org/Archives/boost/2012/01/189853.php More info] 1 Release revision 85636