Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in const-correctness

Building a const-correct (C++) library that relies on a non-const-correct library

c++ const-correctness

How to find by a const pointer key in a map with non-const pointer keys

Does clang think I need to point to a "const function"?

Const correctness in struct initialization

c++ const-correctness

Is it legal to modify a dynamically-allocated `const` object through a re-used non-`const` name?

How do I require const_iterator semantics in a template function signature?

How to deal with initialization of non-const reference member in const object?

Invoking a nonconst method on a member from a const method

Unique pointer and const correctness

boost::optional not letting me reassign const value types

Const correctness in C# with rich types

Shared pointers and const correctness

Any difference between const Class& and Class const&?

C++ Overloading Conversion Operators

about const member function [duplicate]

How to have this const-corrected?

const-correctness and the safe bool idiom

Why do g++ and MS Visual Studio C++ execute the following code differently?

Const method that modifies *this without const_cast