Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Marek R
Marek R has asked
40
questions and find answers to
221
problems.
Stats
4.6k
EtPoint
1.2k
Vote count
40
questions
221
answers
About
Marek R questions
Why rules for returning move reference since C++23 are more permissive?
iOS multiple string localization
Why std::pair as value in std::unordered_map with boost::container::pmr::polymorphic_allocator fails to compile
How to detect that speech recogntion is in progress
Parsing PKCS file fails after upgrading OpenSSL to 3.0.8
cmake disabling MSVC incremental linking
OS X CMake: exectuable with alternative bundle name
When using staticly linked OpenSSL 3.0.8 on some machine legacy provider can't be loaded
Use string literals inside template which handles any char sizes
Why is SFINAE for one of the std::basic_string constructors so restrictive?
Marek R answers
How to replace an optional std::function parameter with a template parameter?
Does GCC or Clang implement chrono::current_zone()?
How can I use vim to replace literal "\n" with literal "\\n"?
Force adl to not use function from specific namespace
Don't really get the logic of std::atomic::compare_exchange_weak and compare_exchange_strong
Join the types of std::variant<a, b, c> and std::variant<x, y, z>
Using QPainter with QImage in a loop not in a main thread
Making video visible in Qt
Advantages of string_view literals vs string literals in simple scenarios
Template specialization using a variable argument