Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

_GLIBCXX_FULLY_DYNAMIC_STRING in basic_string.h

Tags:

c++

string

In the code for basic_string.h the define _GLIBCXX_FULLY_DYNAMIC_STRING is queried what is it exactly meant to do ? Do you have any example of use ?

like image 968
George Kourtis Avatar asked Aug 30 '26 15:08

George Kourtis


1 Answers

_GLIBCXX_FULLY_DYNAMIC_STRING=1 disables using shared empty string representation.

like image 172
Maxim Egorushkin Avatar answered Sep 01 '26 03:09

Maxim Egorushkin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!