[Bug libstdc++/65013] New: [API] std::deque is missing constructors

2015-02-11 Thread mouchtaris at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: mouchtaris at gmail dot com std::deque (at least) is missing constructors for copy/move-constructing with a different allocator. deque( const deque& other, const Allocator& alloc ); deque( deque&&a

[Bug c++/63924] Constexpr constructible expression "is not constexpr" when used in a template non-type argument

2014-11-19 Thread mouchtaris at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63924 --- Comment #5 from Nikos --- I am sorry, it is missing from the original test case, but noop< require_costexpr< size0(ar) >, require_constexp< size1(ar) > >(); compiles fine. If the issue about test's trivial byte-wise copy constru

[Bug c++/63924] Constexpr constructible expression "is not constexpr" when used in a template non-type argument

2014-11-17 Thread mouchtaris at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63924 --- Comment #1 from Nikos --- Special thanks and kudos to "T.C." for helping figuring this out: http://stackoverflow.com/questions/25465379

[Bug c++/63924] New: Constexpr constructible expression "is not constexpr" when used in a template non-type argument

2014-11-17 Thread mouchtaris at gmail dot com
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: mouchtaris at gmail dot com A proper constexpr constructible type is found non-constexpr by the compiler, under the following conditions: - it

[Bug c++/50586] New: Template argument of type "pointer to function" of a template class causes usage error if template is instantiated with pointer-to-private-static-member-function

2011-10-01 Thread mouchtaris at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50586 Bug #: 50586 Summary: Template argument of type "pointer to function" of a template class causes usage error if template is instantiated with pointer-to-private-sta