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++-standard-library
Does C++11 enforce pow(double, int) to use the slower pow(double, double)? [duplicate]
Nov 21, 2022
c++
gcc
c++11
c++-standard-library
Functors: templated struct vs templated operator()
Dec 13, 2021
c++
templates
c++-standard-library
function-object
Why can pointers to non-static member functions not be used as a unary predicate for standard library algorithms?
Feb 19, 2022
c++
algorithm
c++17
c++-standard-library
pointer-to-member
What are the rules for standard library containers and incomplete types?
Apr 22, 2021
c++
language-lawyer
c++-standard-library
incomplete-type
Qt: Qt classes vs. standard C++
Nov 07, 2022
c++
qt
c++-standard-library
Can std::forward_list members be implemented as static?
Oct 20, 2022
c++
c++11
c++-standard-library
C++ standard library implementations in different compilers
Mar 31, 2019
c++
stl
c++-standard-library
Why can't I construct optional<T> with an optional<S> (for S!=T)?
Aug 19, 2019
c++
optional
c++-standard-library
c++17
Get POSIX epoch as system_clock::time_point
Nov 24, 2019
c++
time
epoch
c++-standard-library
chrono
Implementing a "string pool" that is guaranteed not to move
Nov 17, 2022
c++
string
c++-standard-library
string-pool
Why does std::min(std::initializer_list<T>) take arguments by value?
Feb 18, 2022
c++
c++11
std
min
c++-standard-library
How can I use a std::valarray to store/manipulate a contiguous 2D array?
Sep 21, 2022
c++
multidimensional-array
c++-standard-library
Comparing std::string and C-style string literals
Sep 14, 2022
c++
comparison
c-strings
stdstring
c++-standard-library
Are C++11 containers supported by Cython?
Nov 15, 2022
python
c++
c++11
cython
c++-standard-library
Why is there no operator< for class std::weak_ptr? [duplicate]
Nov 17, 2022
c++
c++-standard-library
Why are the std::atomic_{char,schar,etc.} typedefs allowed to be typedefs to a base class of std::atomic<T>, and not to atomic<T> only?
Apr 05, 2022
c++
c++11
stl
atomic
c++-standard-library
Can a C++14/17 project use binary libraries compiled using C++11 standard or does the source code need to be recompiled?
Jul 20, 2019
c++
c++11
c++14
standards
c++-standard-library
Why cannot I use an instantiation of std::make_shared as a pointer to function?
Apr 04, 2017
c++
templates
c++11
c++-standard-library
Why is there a std::move in both <algorithm> and <utility>
Aug 24, 2022
c++
move
c++-standard-library
« Newer Entries
Older Entries »