]> git.lyx.org Git - features.git/commit
Instantiate trivial_string::c_str() explicitly
authorGeorg Baum <baum@lyx.org>
Fri, 15 May 2015 19:01:59 +0000 (21:01 +0200)
committerGeorg Baum <baum@lyx.org>
Fri, 15 May 2015 19:01:59 +0000 (21:01 +0200)
commitb147cd0f3a2b69cd4a983d1b35f29fa7502855f3
treea3920b033e7553fa16bf51eb2ae48809b3709590
parentffb4146d17f61b7e368d317c1af8e87f4607e438
Instantiate trivial_string::c_str() explicitly

This fixes hopefully the compilation of check_trivstring on cygwin and
solaris. Previously I did not use the explicit instantiation, because c_str()
is used by other explicitly instantiated methiods, but for some reason this
does not seem to suffice.
src/support/trivstring.cpp