Opened 11 years ago
Closed 11 years ago
#5527 closed Bugs (fixed)
BOOST_STATIC_ASSERT_MSG undocumented
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | static_assert |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
BOOST_STATIC_ASSERT_MSG was added in Boost 1.46 to work allow code to make use of C++0x static_assert without breaking old code. No documentation has been added and the only way to find the feature is to look at the source code.
Note:
See TracTickets
for help on using tickets.
This has already been fixed in SVN: the next release will include the missing docs.
John.