Comments on P2547R0

P2547R0 briefly summarised all the existing customisation point techniques and proposed language features to support writing customisation points. It is definitely the right direction and indeed simplifies the process of authoring customisation points as well as making it more compiler friendly. However, I’d like to add a little bit more.

Read More

-Wrange-loop-analysis

If you are building your projects on multiple platforms, you probably noticed that on mac with XCode 12, -Wrange-loop-analysis is set on by default, which might cause some code to break if you use -Werror.

Read More

Almost Always `const auto&`

Looking at the code I’ve been written in the past, I found that lot’s of lines started with const auto&. Well, I am not going to debate on whether you should use auto const& instead.

Read More

You're up and running!

Next you can update your site name, avatar and other options using the _config.yml file in the root of your repository (shown below).

Read More