]> git.lyx.org Git - features.git/commit
Backport Lars's fix for bug removal in GCC 4.7
authorRichard Heck <rgheck@comcast.net>
Sat, 7 Jan 2012 16:00:56 +0000 (16:00 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 7 Jan 2012 16:00:56 +0000 (16:00 +0000)
commitd8b68d84f11ccda03facce4c2714ae985c96062d
tree683bb4b5d4c427fc1b3e9da2624e8f4a36afbc5b
parent436ed2cf19ac3c714457d57628e93c79329ddf19
Backport Lars's fix for bug removal in GCC 4.7

A long standing bug has been fixed in GCC 4.7, the bug was a non-
sactioned extra lookup. This caused some code to work that really
shouldn't.

The fixes are: add this->, Class::, or move functions about
as required to fullfill the rules.

In this case some template instantiations were movee to after what
they reference.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40583 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp
status.20x