Re: Possible to declare move constructor of basic_symbol as noexcept?

2021-01-06 Thread Akim Demaille
Hi Adrian, > Le 6 janv. 2021 à 20:43, Adrian a écrit : > > Hello, > > Is there any possibility we can declare the move constructor of > basic_symbol as noexcept (if the semantic_types are noexcept > moveable)? > > I have a semantic value that is non-copyable (moveable only) and I > want an std

Possible to declare move constructor of basic_symbol as noexcept?

2021-01-06 Thread Adrian
Hello, Is there any possibility we can declare the move constructor of basic_symbol as noexcept (if the semantic_types are noexcept moveable)? I have a semantic value that is non-copyable (moveable only) and I want an std::vector. std::vector only calls the move constructor when resizing if the m