Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/attic
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-05 00:58:45 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-04-05 00:58:45 +0300
commit23468ca3478ec11b8b67a3d76206c802ec398c59 (patch)
treec76b62e5a78325c51d41ccd0255cb60a48c2ed1c /attic
parent552081ac2e2476ba7e4e85d3620f933a38aaaa8d (diff)
Fixed the code rot which had set into AFIO due to renaming caused by getting Outcome ready for Boost peer review.
Diffstat (limited to 'attic')
-rw-r--r--attic/include/boost/afio/v2/afio.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/attic/include/boost/afio/v2/afio.hpp b/attic/include/boost/afio/v2/afio.hpp
index ab502238..acba7071 100644
--- a/attic/include/boost/afio/v2/afio.hpp
+++ b/attic/include/boost/afio/v2/afio.hpp
@@ -6017,7 +6017,7 @@ namespace utils
}
public:
//! Constructs an instance, configuring the necessary lookup tables
- BOOST_CXX14_CONSTEXPR secded_ecc()
+ BOOSTLITE_CONSTEXPR secded_ecc()
{
for(size_t n=0; n<sizeof(result_type)*bits_per_byte; n++)
ecc_twospowers[n]=((result_type)1<<n);