Opened 12 years ago
Closed 12 years ago
#4605 closed Feature Requests (fixed)
Make BOOST_TYPEOF_SILENT default
Reported by: | Owned by: | Peder Holt | |
---|---|---|---|
Milestone: | Boost 1.45.0 | Component: | typeof |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The default behaviour of boost typeof is to print a "using native typeof" or "using typeof emulation" message to the log for every C++ file being compiled. This verbosity can be a bit of an annoyance, since most users probably don't care about typeof internals when building software that depend on it (like e.g. uBLAS).
Suggestion: Make BOOST_TYPEOF_SILENT enabled as default (e.g. from boost/config/user.hpp).
Change History (1)
comment:1 by , 12 years ago
Milestone: | To Be Determined → Boost-1.45.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
BOOST_TYPEOF_SILENT has been removed and BOOST_TYPEOF_MESSAGES has been added. Messages are now hidden by default, and you have to define BOOST_TYPEOF_MESSAGES to see them at all.