Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Why does std::map not always allow a compatible type as its key type?

c++ stl c++14 standards

Is there any consensus whether reassignment of method parameter is good or bad practice?

Is it possible to overload operator "..." in C++?

Is `std::function` deprecated by `std::copyable_function` in C++26?

Template argument deduction from function body

c++ templates standards iso

How can I effectively document a database? [closed]

Why is it not possible to extend a function call expression returning multiple values with another value on the right in Lua

lua standards variadic

Operator.() in C++17 [duplicate]

c++ standards c++-faq c++17

Does Checkstyle 5.5 validates generics

Spring - Decoupling Vs Performance

Advantages of using a standard JSON-RPC implementation

json standards json-rpc

Why does the keyword `explicit` not apply to function parameters?

Update the version of the Unicode Standard that is being used by Python

What is the rationale for exponent and mantissa sizes in IEEE floating point standards?

Which version of the C Standard Library does the C++23 Standard incorporate?

What's the life-time of a function parameter (citation needed)? [closed]

c++ c++11 standards c++14

Are there any performance downsides to using ODBC date string-literals in SQL Server? Is it better than a regular string date literal?

Does cron have an authoritative standards document for cron syntax?

cron standards

Why do we keep a redundant ctor in std::copyable_function?

What does an `auto and T` parameter mean in C++20? [duplicate]

c++ operators standards