Search code examples
std::ofstream assignment operator -- segfault only occurs in gdb...

gdbc++17ofstreamstdthread

Read More
What causes printf() to output strange characters to the console when escape sequences are used?...

c++c++17output

Read More
C++17 inline static member instantiation timing: Lazy instantiation or before main()?...

c++staticc++17inline-variable

Read More
std::ptr_fun replacement for c++17...

c++c++17

Read More
Is there any difference between using std::is_same<T,U>::value and std::is_same_v<T,U> i...

c++c++17type-traits

Read More
Is a std::string_view literal guaranteed to be null-terminated?...

c++stringc++17standardsstring-view

Read More
Undefined Behavior when using Comma Operator in C++...

c++c++11c++17undefined-behaviorexpression-evaluation

Read More
Is there a type_traits way to check if a type is compatible with range-for?...

c++templatesc++17rangetype-traits

Read More
Deduce member template type from class template, different types...

c++templatesc++17

Read More
Determine the parameter types of a function passed as a template parameter...

c++templatesc++17template-specialization

Read More
Custom vector class with CUDA backend...

memorycudac++17gpunvidia

Read More
Concatenating string_view objects...

c++c++17string-concatenationstring-view

Read More
Is it safe to pass a temporary std::string to a function accepting std::string_view?...

c++c++17lifetimestring-view

Read More
Error C2679: binary '<<': no operator found which takes a right-hand operand of type &...

c++c++17visual-studio-2022

Read More
What's the advantage of `std::optional` over `std::shared_ptr` and `std::unique_ptr`?...

c++option-typec++17stdoptional

Read More
Program with std::variant works in msvc but not in gcc...

c++initializationc++17variantstd-variant

Read More
std::lock_guard or std::scoped_lock?...

c++multithreadinglockingc++17

Read More
Why didn't std::copy to overflow the buffer; only got clang sanitizer warning "Undefined Be...

c++multidimensional-arrayc++17clangaddress-sanitizer

Read More
Is it possible to get the first type of a parameter pack in a one-liner?...

c++variadic-templatesc++17

Read More
Convert a string to std filesystem path...

c++c++17

Read More
C++ aligned new[]...

c++c++17memory-alignment

Read More
Modifying a global variable in a constexpr function in C++17...

c++language-lawyerc++17constexpr

Read More
Convert std::variant to another std::variant with super-set of types...

c++type-conversionc++17variant

Read More
Return an RAII object from a function...

c++c++14c++17

Read More
how to convert filesystem path to string...

c++c++17

Read More
Weird result of std::variant...

c++c++17conditional-operatorvariantstd-variant

Read More
gcc 10 refuse implict conversions for std::variant constructor...

c++gccc++17std-variant

Read More
Safely convert std::string_view to int (like stoi or atoi)...

c++stringc++17atoistring-view

Read More
MSVC constexpr function 'xyz' cannot result in a constant expression...

c++visual-c++c++17

Read More
Does structured binding work with std::vector?...

c++vectorpattern-matchingc++17structured-bindings

Read More
BackNext