Opened 11 years ago
Closed 11 years ago
#6082 closed Bugs (fixed)
Typo in ratio_io.hpp make a compile error
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | ratio |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Compile error on ratio_io.hpp
../boost/ratio/ratio_io.hpp: In static member function ???static std::u32string boost::ratio_string<boost::ratio<1l, 1000l>, char16_t>::long_name()???: ../boost/ratio/ratio_io.hpp:421:71: error: conversion from ???std::u16string??? to non-scalar type ???std::u32string??? requested ../boost/ratio/ratio_io.hpp: In static member function ???static std::u32string boost::ratio_string<boost::ratio<1l, 1000l>, char16_t>::symbol()???: ../boost/ratio/ratio_io.hpp:422:55: error: conversion from ???std::u16string??? to non-scalar type ???std::u32string??? requested
Fixed in trunk
Committed revision [75240].