Norman Feske 20faa8b84e base: 'String' constructor overload for literals
This overload covers the common case for initializing a string from a
literal without employing the 'Output' mechanism. This way, such
strings can by constructed without calling virtual functions, which in
turn makes the 'String' usable for the 'init_rtld' phase of the dynamic
linker.
2016-11-08 15:26:31 +01:00
..
2015-04-09 16:04:46 +02:00
2015-04-09 16:04:46 +02:00
2016-03-07 12:34:45 +01:00
2015-04-09 16:04:46 +02:00
2016-05-23 15:52:39 +02:00
2016-10-21 12:39:36 +02:00
2015-04-09 16:04:46 +02:00
2016-10-21 12:39:36 +02:00
2016-10-21 12:39:29 +02:00