search for: 323350

Displaying 2 results from an estimated 2 matches for "323350".

Did you mean: 23350
2010 Apr 05
2
Data manipulation problem
Dear R?ers. I?ve got a dataset with age and year of diagnosis. In order to age-standardize the incidence I need to transform the data into a matrix with age-groups (divided in 5 or 10 years) along one axis and year divided into 5 years along the other axis. Each cell should contain the number of cases for that age group and for that period. I.e. My data format now is ID-age (to one
2018 Jan 24
2
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
..., and has the old value (for trivial types). FWIW, a moved-from std::optional is *not* nullopt, and contains the moved-from value. This seems sad to me, and kills a nice use of optional (this one <https://reviews.llvm.org/source/clang-tools-extra/browse/clang-tools-extra/trunk/clangd/Function.h;323350$162>), but there's some value in consistency with std. Either way, I wanted to bring this up because - I wasn't sure it was explicitly considered, and should probably be documented - I think we should have either the old llvm behavior or the std behavior, the new hybrid is a gotcha I...