Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++17
Is there a way to get a compiler warning when returning a by-value string_view from a temporary?
Aug 11, 2026
c++
c++17
compiler-warnings
temporary-objects
string-view
TColor Initialise with int works with {} but not ()
Aug 10, 2026
c++
c++17
c++builder
c++builder-10.4-sydney
Why doesn't std::integral_constant<lambda> work the same way as std::integral_constant<function-ptr>?
Aug 09, 2026
c++
c++17
language-lawyer
How to emulate std::is_constant_evaluated in c++17? [duplicate]
Aug 09, 2026
c++
c++17
constexpr
regex with string_view returns garbage
Aug 10, 2026
c++
regex
c++17
cv-qualifier propagation in structured binding
Aug 09, 2026
c++
c++17
language-lawyer
qualifiers
structured-bindings
Why explicit-ness of std::pair's heterogeneous "move"-constructor changed in C++17?
Aug 10, 2026
c++
c++17
c++14
language-lawyer
Are nested parentheses allowed in function type alias declaration?
Aug 09, 2026
c++
c++17
language-lawyer
compiler-specific
alias-declaration
Calling member function of an incomplete type compiles in gcc and does not compile in clang and msvc
Aug 10, 2026
visual-c++
c++17
g++
language-lawyer
clang++
Mapping data members of a class
Aug 09, 2026
c++
c++17
data-members
How to add a parameter value when forwarding parameters to a variadic template function?
Aug 09, 2026
c++
templates
c++17
perfect-forwarding
function-templates
Is there any type defined in Standard Library which has copy constructor but doesn't have a move constructor?
Aug 08, 2026
c++
c++17
copy-constructor
move-constructor
Is it possible to iterate through enum members in a constexpr function, so the values are constexpr?
Aug 06, 2026
c++
c++17
Can a lambda be passed a as a template parameter in C++17?
Aug 08, 2026
c++
g++
c++17
Omit angle brackets when template has default parameters
Aug 07, 2026
c++
templates
language-lawyer
c++17
Splitting a string at compile time gives different results on different compilers
Aug 08, 2026
c++
gcc
visual-c++
clang
c++17
Should std::apply only apply to std::tuple?
Aug 07, 2026
c++
c++17
language-lawyer
stdtuple
stdapply
How to work around C++ std::string_view out-of-scope problem?
Aug 06, 2026
c++
c++17
How to swap two pointers in multi-threaded c++ 17 program?
Aug 07, 2026
c++
multithreading
c++17
Older Entries »