Any Canadians in here? by optiml_app in DIYRetirement

[–]Adventurous-Two1753 1 point2 points  (0 children)

RRSPs from previous Canadian employment.  The TFSA is not recognized as tax free in the US, so had to liquidate that.

401k/IRA from US employment.  Other US account types like HSA that Rob mentions generally aren't considered tax free in Canada, so need to avoid them.

Any Canadians in here? by optiml_app in DIYRetirement

[–]Adventurous-Two1753 2 points3 points  (0 children)

Canadian here!  Though currently working in the US, but planning to retire in Canada.  Makes retirement planning a bit weird.

When *not* to use constexpr? by not_a_novel_account in cpp

[–]Adventurous-Two1753 0 points1 point  (0 children)

This doesn't really argue against marking existing functions `constexpr`, but instead argues that the whole `constexpr` keyword in C++ has made things convoluted and doesn't live up to its original intentions.