Hi, when using smart pointers with Code::Blocks and C++ you see that make_shared is highlighted in bold green:

However make_unique is not highlighted at all:

Nevertheless shared_ptr and unique_ptr are correctly highlighted:

As you can see:

Why is this happening? unique pointers and shared pointers are "equal" in importance, no?