aboutsummaryrefslogtreecommitdiff
path: root/odb/post.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-03 14:59:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-03 14:59:54 +0200
commitb184c21ce0bc72d0c559cd93525628e8fefa62be (patch)
treeaa077cfa21cd370d791c37a2fca4ca5aa22630fe /odb/post.hxx
parentb03f2286a8ff16e97716d8b2c3fb46b489980d95 (diff)
Fold odb/compiler/*/{pre post}.hxx into odb/{pre post}.hxx
We only needed it for one compiler (VC) ever.
Diffstat (limited to 'odb/post.hxx')
-rw-r--r--odb/post.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/post.hxx b/odb/post.hxx
index fe6e342..423bc49 100644
--- a/odb/post.hxx
+++ b/odb/post.hxx
@@ -3,5 +3,5 @@
// license : GNU GPL v2; see accompanying LICENSE file
#ifdef _MSC_VER
-# include <odb/compilers/vc/post.hxx>
+# pragma warning (pop)
#endif